Shades of White Ice #DFF9EC
Tints of White Ice #DFF9EC
RGB
CMYK
RGB Variations
Color information
#DFF9EC (or 0xDFF9EC) is known color: White Ice. HEX triplet: DF, F9 and EC. RGB value is (223,249,236). Sum of RGB (Red+Green+Blue) = 223+249+236=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9EC is #200613. Grayscale: #EFEFEF. Windows color (decimal): -2098708 or 15530463. OLE color: 15530463.
HSL color Cylindrical-coordinate representation of color #DFF9EC: hue angle of 150º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF9EC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 249 | 236 | - |
CMYK | 0.10 | 0 | 0.05 | 0.02 |
HSL | 150º | 0.68% | 0.93% | - |
HSV(B) | 150º | 0.1% | 0.98% | - |
XYZ | 79.45 | 89.5 | 92.44 | - |
YUV | 239.74 | 125.89 | 116.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 249 | 236 | 0.10 | 0 | 0.05 | 0.02 | 150 | 0.68 | 0.93 |
Hex | DF | F9 | EC | A | 0 | 5 | 2 | 96 | 44 | 5D |
Octal | 337 | 371 | 354 | 12 | 0 | 5 | 2 | 226 | 104 | 135 |
Binary | 11011111 | 11111001 | 11101100 | 1010 | 0 | 101 | 10 | 10010110 | 1000100 | 1011101 |
Color Harmonies of #DFF9EC
Complementary color
Monochromatic Colors of #DFF9EC
Black with #DFF9EC
Text Example
Text Example
White with #DFF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9EC; }
p { color: rgb(223,249,236); }
H1.HeaderClassName
{
color: #DFF9EC;
}
.AnyTagClassName
{
color: #DFF9EC;
}
</style>
background-color css
<style>
a { background-color: #DFF9EC; }
a { background-color: rgb(223,249,236); }
div.DivClassName
{
background-color: #DFF9EC;
}
.BgClassName
{
background-color: #DFF9EC;
}
</style>
border-color css
<style>
span { border-color: #DFF9EC; }
span { border-color: rgb(223,249,236); }
td.TdClassName
{
border-color: #DFF9EC;
}
.TagClassName
{
border-color: #DFF9EC;
}
</style>