Shades of White Ice #DFEEE7
Tints of White Ice #DFEEE7
RGB
CMYK
RGB Variations
Color information
#DFEEE7 (or 0xDFEEE7) is known color: White Ice. HEX triplet: DF, EE and E7. RGB value is (223,238,231). Sum of RGB (Red+Green+Blue) = 223+238+231=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEE7 is #201118. Grayscale: #E8E8E8. Windows color (decimal): -2101529 or 15199967. OLE color: 15199967.
HSL color Cylindrical-coordinate representation of color #DFEEE7: hue angle of 152º degrees, saturation: 0.31, 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 #DFEEE7 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 231 | - |
CMYK | 0.06 | 0 | 0.03 | 0.07 |
HSL | 152º | 0.31% | 0.9% | - |
HSV(B) | 152º | 0.06% | 0.93% | - |
XYZ | 75.43 | 82.61 | 87.57 | - |
YUV | 232.72 | 127.03 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 231 | 0.06 | 0 | 0.03 | 0.07 | 152 | 0.31 | 0.9 |
Hex | DF | EE | E7 | 6 | 0 | 3 | 7 | 98 | 1F | 5A |
Octal | 337 | 356 | 347 | 6 | 0 | 3 | 7 | 230 | 37 | 132 |
Binary | 11011111 | 11101110 | 11100111 | 110 | 0 | 11 | 111 | 10011000 | 11111 | 1011010 |
Color Harmonies of #DFEEE7
Complementary color
Monochromatic Colors of #DFEEE7
Black with #DFEEE7
Text Example
Text Example
White with #DFEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEE7; }
p { color: rgb(223,238,231); }
H1.HeaderClassName
{
color: #DFEEE7;
}
.AnyTagClassName
{
color: #DFEEE7;
}
</style>
background-color css
<style>
a { background-color: #DFEEE7; }
a { background-color: rgb(223,238,231); }
div.DivClassName
{
background-color: #DFEEE7;
}
.BgClassName
{
background-color: #DFEEE7;
}
</style>
border-color css
<style>
span { border-color: #DFEEE7; }
span { border-color: rgb(223,238,231); }
td.TdClassName
{
border-color: #DFEEE7;
}
.TagClassName
{
border-color: #DFEEE7;
}
</style>