Shades of White Ice #DFF2E8
Tints of White Ice #DFF2E8
RGB
CMYK
RGB Variations
Color information
#DFF2E8 (or 0xDFF2E8) is known color: White Ice. HEX triplet: DF, F2 and E8. RGB value is (223,242,232). Sum of RGB (Red+Green+Blue) = 223+242+232=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2E8 is #200D17. Grayscale: #EBEBEB. Windows color (decimal): -2100504 or 15266527. OLE color: 15266527.
HSL color Cylindrical-coordinate representation of color #DFF2E8: hue angle of 148.42º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2E8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 232 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.05 |
| HSL | 148.42º | 0.42% | 0.91% | - |
| HSV(B) | 148.42º | 0.08% | 0.95% | - |
| XYZ | 76.75 | 85.02 | 88.71 | - |
| YUV | 235.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 232 | 0.08 | 0 | 0.04 | 0.05 | 148.42 | 0.42 | 0.91 |
| Hex | DF | F2 | E8 | 8 | 0 | 4 | 5 | 94 | 2A | 5B |
| Octal | 337 | 362 | 350 | 10 | 0 | 4 | 5 | 224 | 52 | 133 |
| Binary | 11011111 | 11110010 | 11101000 | 1000 | 0 | 100 | 101 | 10010100 | 101010 | 1011011 |
Color Harmonies of #DFF2E8
Complementary color
Monochromatic Colors of #DFF2E8
Black with #DFF2E8
Text Example
Text Example
White with #DFF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2E8; }
p { color: rgb(223,242,232); }
H1.HeaderClassName
{
color: #DFF2E8;
}
.AnyTagClassName
{
color: #DFF2E8;
}
</style>
background-color css
<style>
a { background-color: #DFF2E8; }
a { background-color: rgb(223,242,232); }
div.DivClassName
{
background-color: #DFF2E8;
}
.BgClassName
{
background-color: #DFF2E8;
}
</style>
border-color css
<style>
span { border-color: #DFF2E8; }
span { border-color: rgb(223,242,232); }
td.TdClassName
{
border-color: #DFF2E8;
}
.TagClassName
{
border-color: #DFF2E8;
}
</style>