Shades of White Ice #DFF1E9
Tints of White Ice #DFF1E9
RGB
CMYK
RGB Variations
Color information
#DFF1E9 (or 0xDFF1E9) is known color: White Ice. HEX triplet: DF, F1 and E9. RGB value is (223,241,233). Sum of RGB (Red+Green+Blue) = 223+241+233=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1E9 is #200E16. Grayscale: #EAEAEA. Windows color (decimal): -2100759 or 15331807. OLE color: 15331807.
HSL color Cylindrical-coordinate representation of color #DFF1E9: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF1E9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 241 | 233 | - |
CMYK | 0.07 | 0 | 0.03 | 0.05 |
HSL | 153.33º | 0.39% | 0.91% | - |
HSV(B) | 153.33º | 0.07% | 0.95% | - |
XYZ | 76.59 | 84.48 | 89.36 | - |
YUV | 234.71 | 127.04 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 241 | 233 | 0.07 | 0 | 0.03 | 0.05 | 153.33 | 0.39 | 0.91 |
Hex | DF | F1 | E9 | 7 | 0 | 3 | 5 | 99 | 27 | 5B |
Octal | 337 | 361 | 351 | 7 | 0 | 3 | 5 | 231 | 47 | 133 |
Binary | 11011111 | 11110001 | 11101001 | 111 | 0 | 11 | 101 | 10011001 | 100111 | 1011011 |
Color Harmonies of #DFF1E9
Complementary color
Monochromatic Colors of #DFF1E9
Black with #DFF1E9
Text Example
Text Example
White with #DFF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1E9; }
p { color: rgb(223,241,233); }
H1.HeaderClassName
{
color: #DFF1E9;
}
.AnyTagClassName
{
color: #DFF1E9;
}
</style>
background-color css
<style>
a { background-color: #DFF1E9; }
a { background-color: rgb(223,241,233); }
div.DivClassName
{
background-color: #DFF1E9;
}
.BgClassName
{
background-color: #DFF1E9;
}
</style>
border-color css
<style>
span { border-color: #DFF1E9; }
span { border-color: rgb(223,241,233); }
td.TdClassName
{
border-color: #DFF1E9;
}
.TagClassName
{
border-color: #DFF1E9;
}
</style>