Shades of White Ice #D2F7E7
Tints of White Ice #D2F7E7
RGB
CMYK
RGB Variations
Color information
#D2F7E7 (or 0xD2F7E7) is known color: White Ice. HEX triplet: D2, F7 and E7. RGB value is (210,247,231). Sum of RGB (Red+Green+Blue) = 210+247+231=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7E7 is #2D0818. Grayscale: #EAEAEA. Windows color (decimal): -2951193 or 15202258. OLE color: 15202258.
HSL color Cylindrical-coordinate representation of color #D2F7E7: hue angle of 154.05º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7E7 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 231 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.03 |
| HSL | 154.05º | 0.7% | 0.9% | - |
| HSV(B) | 154.05º | 0.15% | 0.97% | - |
| XYZ | 74.26 | 85.99 | 88.29 | - |
| YUV | 234.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 231 | 0.15 | 0 | 0.06 | 0.03 | 154.05 | 0.7 | 0.9 |
| Hex | D2 | F7 | E7 | F | 0 | 6 | 3 | 9A | 46 | 5A |
| Octal | 322 | 367 | 347 | 17 | 0 | 6 | 3 | 232 | 106 | 132 |
| Binary | 11010010 | 11110111 | 11100111 | 1111 | 0 | 110 | 11 | 10011010 | 1000110 | 1011010 |
Color Harmonies of #D2F7E7
Complementary color
Monochromatic Colors of #D2F7E7
Black with #D2F7E7
Text Example
Text Example
White with #D2F7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7E7; }
p { color: rgb(210,247,231); }
H1.HeaderClassName
{
color: #D2F7E7;
}
.AnyTagClassName
{
color: #D2F7E7;
}
</style>
background-color css
<style>
a { background-color: #D2F7E7; }
a { background-color: rgb(210,247,231); }
div.DivClassName
{
background-color: #D2F7E7;
}
.BgClassName
{
background-color: #D2F7E7;
}
</style>
border-color css
<style>
span { border-color: #D2F7E7; }
span { border-color: rgb(210,247,231); }
td.TdClassName
{
border-color: #D2F7E7;
}
.TagClassName
{
border-color: #D2F7E7;
}
</style>