Shades of White Ice #DFECE5
Tints of White Ice #DFECE5
RGB
CMYK
RGB Variations
Color information
#DFECE5 (or 0xDFECE5) is known color: White Ice. HEX triplet: DF, EC and E5. RGB value is (223,236,229). Sum of RGB (Red+Green+Blue) = 223+236+229=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECE5 is #20131A. Grayscale: #E7E7E7. Windows color (decimal): -2102043 or 15068383. OLE color: 15068383.
HSL color Cylindrical-coordinate representation of color #DFECE5: hue angle of 147.69º degrees, saturation: 0.25, 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 #DFECE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 229 | - |
CMYK | 0.06 | 0 | 0.03 | 0.07 |
HSL | 147.69º | 0.25% | 0.9% | - |
HSV(B) | 147.69º | 0.06% | 0.93% | - |
XYZ | 74.57 | 81.34 | 85.9 | - |
YUV | 231.32 | 126.69 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 229 | 0.06 | 0 | 0.03 | 0.07 | 147.69 | 0.25 | 0.9 |
Hex | DF | EC | E5 | 6 | 0 | 3 | 7 | 94 | 19 | 5A |
Octal | 337 | 354 | 345 | 6 | 0 | 3 | 7 | 224 | 31 | 132 |
Binary | 11011111 | 11101100 | 11100101 | 110 | 0 | 11 | 111 | 10010100 | 11001 | 1011010 |
Color Harmonies of #DFECE5
Complementary color
Monochromatic Colors of #DFECE5
Black with #DFECE5
Text Example
Text Example
White with #DFECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECE5; }
p { color: rgb(223,236,229); }
H1.HeaderClassName
{
color: #DFECE5;
}
.AnyTagClassName
{
color: #DFECE5;
}
</style>
background-color css
<style>
a { background-color: #DFECE5; }
a { background-color: rgb(223,236,229); }
div.DivClassName
{
background-color: #DFECE5;
}
.BgClassName
{
background-color: #DFECE5;
}
</style>
border-color css
<style>
span { border-color: #DFECE5; }
span { border-color: rgb(223,236,229); }
td.TdClassName
{
border-color: #DFECE5;
}
.TagClassName
{
border-color: #DFECE5;
}
</style>