Shades of White Ice #DDECE6
Tints of White Ice #DDECE6
RGB
CMYK
RGB Variations
Color information
#DDECE6 (or 0xDDECE6) is known color: White Ice. HEX triplet: DD, EC and E6. RGB value is (221,236,230). Sum of RGB (Red+Green+Blue) = 221+236+230=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECE6 is #221319. Grayscale: #E6E6E6. Windows color (decimal): -2233114 or 15133917. OLE color: 15133917.
HSL color Cylindrical-coordinate representation of color #DDECE6: hue angle of 156º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 230 | - |
CMYK | 0.06 | 0 | 0.03 | 0.07 |
HSL | 156º | 0.28% | 0.9% | - |
HSV(B) | 156º | 0.06% | 0.93% | - |
XYZ | 74.1 | 81.08 | 86.61 | - |
YUV | 230.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 230 | 0.06 | 0 | 0.03 | 0.07 | 156 | 0.28 | 0.9 |
Hex | DD | EC | E6 | 6 | 0 | 3 | 7 | 9C | 1C | 5A |
Octal | 335 | 354 | 346 | 6 | 0 | 3 | 7 | 234 | 34 | 132 |
Binary | 11011101 | 11101100 | 11100110 | 110 | 0 | 11 | 111 | 10011100 | 11100 | 1011010 |
Color Harmonies of #DDECE6
Complementary color
Monochromatic Colors of #DDECE6
Black with #DDECE6
Text Example
Text Example
White with #DDECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE6; }
p { color: rgb(221,236,230); }
H1.HeaderClassName
{
color: #DDECE6;
}
.AnyTagClassName
{
color: #DDECE6;
}
</style>
background-color css
<style>
a { background-color: #DDECE6; }
a { background-color: rgb(221,236,230); }
div.DivClassName
{
background-color: #DDECE6;
}
.BgClassName
{
background-color: #DDECE6;
}
</style>
border-color css
<style>
span { border-color: #DDECE6; }
span { border-color: rgb(221,236,230); }
td.TdClassName
{
border-color: #DDECE6;
}
.TagClassName
{
border-color: #DDECE6;
}
</style>