Shades of White Ice #D1F2DE
Tints of White Ice #D1F2DE
RGB
CMYK
RGB Variations
Color information
#D1F2DE (or 0xD1F2DE) is known color: White Ice. HEX triplet: D1, F2 and DE. RGB value is (209,242,222). Sum of RGB (Red+Green+Blue) = 209+242+222=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2DE is #2E0D21. Grayscale: #E5E5E5. Windows color (decimal): -3018018 or 14611153. OLE color: 14611153.
HSL color Cylindrical-coordinate representation of color #D1F2DE: hue angle of 143.64º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 222 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.05 |
| HSL | 143.64º | 0.56% | 0.88% | - |
| HSV(B) | 143.64º | 0.14% | 0.95% | - |
| XYZ | 71.23 | 82.33 | 81.24 | - |
| YUV | 229.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 222 | 0.14 | 0 | 0.08 | 0.05 | 143.64 | 0.56 | 0.88 |
| Hex | D1 | F2 | DE | E | 0 | 8 | 5 | 90 | 38 | 58 |
| Octal | 321 | 362 | 336 | 16 | 0 | 10 | 5 | 220 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11011110 | 1110 | 0 | 1000 | 101 | 10010000 | 111000 | 1011000 |
Color Harmonies of #D1F2DE
Complementary color
Monochromatic Colors of #D1F2DE
Black with #D1F2DE
Text Example
Text Example
White with #D1F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2DE; }
p { color: rgb(209,242,222); }
H1.HeaderClassName
{
color: #D1F2DE;
}
.AnyTagClassName
{
color: #D1F2DE;
}
</style>
background-color css
<style>
a { background-color: #D1F2DE; }
a { background-color: rgb(209,242,222); }
div.DivClassName
{
background-color: #D1F2DE;
}
.BgClassName
{
background-color: #D1F2DE;
}
</style>
border-color css
<style>
span { border-color: #D1F2DE; }
span { border-color: rgb(209,242,222); }
td.TdClassName
{
border-color: #D1F2DE;
}
.TagClassName
{
border-color: #D1F2DE;
}
</style>