Shades of White Ice #DDECE4
Tints of White Ice #DDECE4
RGB
CMYK
RGB Variations
Color information
#DDECE4 (or 0xDDECE4) is known color: White Ice. HEX triplet: DD, EC and E4. RGB value is (221,236,228). Sum of RGB (Red+Green+Blue) = 221+236+228=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE4 is #22131B. Grayscale: #E6E6E6. Windows color (decimal): -2233116 or 15002845. OLE color: 15002845.
HSL color Cylindrical-coordinate representation of color #DDECE4: hue angle of 148º 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 #DDECE4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 228 | - |
CMYK | 0.06 | 0 | 0.03 | 0.07 |
HSL | 148º | 0.28% | 0.9% | - |
HSV(B) | 148º | 0.06% | 0.93% | - |
XYZ | 73.82 | 80.96 | 85.14 | - |
YUV | 230.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 228 | 0.06 | 0 | 0.03 | 0.07 | 148 | 0.28 | 0.9 |
Hex | DD | EC | E4 | 6 | 0 | 3 | 7 | 94 | 1C | 5A |
Octal | 335 | 354 | 344 | 6 | 0 | 3 | 7 | 224 | 34 | 132 |
Binary | 11011101 | 11101100 | 11100100 | 110 | 0 | 11 | 111 | 10010100 | 11100 | 1011010 |
Color Harmonies of #DDECE4
Complementary color
Monochromatic Colors of #DDECE4
Black with #DDECE4
Text Example
Text Example
White with #DDECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE4; }
p { color: rgb(221,236,228); }
H1.HeaderClassName
{
color: #DDECE4;
}
.AnyTagClassName
{
color: #DDECE4;
}
</style>
background-color css
<style>
a { background-color: #DDECE4; }
a { background-color: rgb(221,236,228); }
div.DivClassName
{
background-color: #DDECE4;
}
.BgClassName
{
background-color: #DDECE4;
}
</style>
border-color css
<style>
span { border-color: #DDECE4; }
span { border-color: rgb(221,236,228); }
td.TdClassName
{
border-color: #DDECE4;
}
.TagClassName
{
border-color: #DDECE4;
}
</style>