Color spaces of #ddecea
RGB | 221 | 236 | 234 |
---|---|---|---|
HSL | 0.48 | 0.28 | 0.90 |
HSV | 172° | 6° | 93° |
CMYK | 0.06 | 0.00 | 0.01 0.07 |
XYZ | 74.6655 | 81.3036 | 89.5998 |
Yxy | 81.3036 | 0.3041 | 0.3311 |
Hunter Lab | 90.1685 | -9.9851 | 4.2019 |
CIE-Lab | 92.2666 | -5.3165 | -0.7519 |
#ddecea color RGB value is (221,236,234).
#ddecea hex color red value is 221, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddecea hue: 0.48 , saturation: 0.28 and the lightness value of ddecea is 0.90.
The process color (four color CMYK) of #ddecea color hex is 0.06, 0.00, 0.01, 0.07. Web safe color of #ddecea is #ccffff. Color #ddecea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101100 | 11101010 |
Octal | 335 | 354 | 352 |
Decimal | 221 | 236 | 234 |
Hex | DD | EC | EA |
Shades of #ddecea
Tints of #ddecea
RGB Percentages of Color #ddecea
CMYK Percentages of Color #ddecea
Complementary Color
#ddecea | #ecdddf |
#ddecea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddecea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddecea Color CSS Codes
.mybgcolor {background-color:#ddecea; } .myforecolor {color:#ddecea; } .mybordercolor {border:3px solid #ddecea; }
#ddecea Text Font Color
<p style="color:#ddecea">Text here</p>
This sample text font color is #ddecea
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.
#ddecea Background Color
<div style="background-color:#ddecea">
Div content here</div>
This div background color is #ddecea
#ddecea Border Color
<div style="border:3px solid #ddecea">
Div here</div>
This div border color is #ddecea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,236,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddecea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddecea; -webkit-box-shadow: 1px 1px 3px 2px #ddecea; box-shadow: 1px 1px 3px 2px #ddecea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,236,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddecea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddecea; -webkit-box-shadow: 1px 1px 3px 2px #ddecea; box-shadow: 1px 1px 3px 2px #ddecea;">
Div content here</div>
This div box has shadow with color #ddecea
Comments
No comments written yet.
Please login to write comment.