Color spaces of #ddebca
RGB | 221 | 235 | 202 |
---|---|---|---|
HSL | 0.24 | 0.45 | 0.86 |
HSV | 85° | 14° | 92° |
CMYK | 0.06 | 0.00 | 0.14 0.08 |
XYZ | 70.1878 | 79.0531 | 67.4366 |
Yxy | 79.0531 | 0.3239 | 0.3648 |
Hunter Lab | 88.9118 | -14.6861 | 17.2688 |
CIE-Lab | 91.2583 | -10.3835 | 14.4474 |
#ddebca color RGB value is (221,235,202).
#ddebca hex color red value is 221, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddebca hue: 0.24 , saturation: 0.45 and the lightness value of ddebca is 0.86.
The process color (four color CMYK) of #ddebca color hex is 0.06, 0.00, 0.14, 0.08. Web safe color of #ddebca is #ccffcc. Color #ddebca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101011 | 11001010 |
Octal | 335 | 353 | 312 |
Decimal | 221 | 235 | 202 |
Hex | DD | EB | CA |
Shades of #ddebca
Tints of #ddebca
RGB Percentages of Color #ddebca
CMYK Percentages of Color #ddebca
Complementary Color
#ddebca | #d8caeb |
#ddebca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddebca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddebca Color CSS Codes
.mybgcolor {background-color:#ddebca; } .myforecolor {color:#ddebca; } .mybordercolor {border:3px solid #ddebca; }
#ddebca Text Font Color
<p style="color:#ddebca">Text here</p>
This sample text font color is #ddebca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddebca Background Color
<div style="background-color:#ddebca">
Div content here</div>
This div background color is #ddebca
#ddebca Border Color
<div style="border:3px solid #ddebca">
Div here</div>
This div border color is #ddebca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,235,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddebca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddebca; -webkit-box-shadow: 1px 1px 3px 2px #ddebca; box-shadow: 1px 1px 3px 2px #ddebca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,235,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddebca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddebca; -webkit-box-shadow: 1px 1px 3px 2px #ddebca; box-shadow: 1px 1px 3px 2px #ddebca;">
Div content here</div>
This div box has shadow with color #ddebca
Comments
No comments written yet.
Please login to write comment.