Shades of White Ice #D2F1E4
Tints of White Ice #D2F1E4
RGB
CMYK
RGB Variations
Color information
#D2F1E4 (or 0xD2F1E4) is known color: White Ice. HEX triplet: D2, F1 and E4. RGB value is (210,241,228). Sum of RGB (Red+Green+Blue) = 210+241+228=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1E4 is #2D0E1B. Grayscale: #E6E6E6. Windows color (decimal): -2952732 or 15004114. OLE color: 15004114.
HSL color Cylindrical-coordinate representation of color #D2F1E4: hue angle of 154.84º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F1E4 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 228 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.05 |
| HSL | 154.84º | 0.53% | 0.88% | - |
| HSV(B) | 154.84º | 0.13% | 0.95% | - |
| XYZ | 72.04 | 82.21 | 85.47 | - |
| YUV | 230.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 228 | 0.13 | 0 | 0.05 | 0.05 | 154.84 | 0.53 | 0.88 |
| Hex | D2 | F1 | E4 | D | 0 | 5 | 5 | 9B | 35 | 58 |
| Octal | 322 | 361 | 344 | 15 | 0 | 5 | 5 | 233 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11100100 | 1101 | 0 | 101 | 101 | 10011011 | 110101 | 1011000 |
Color Harmonies of #D2F1E4
Complementary color
Monochromatic Colors of #D2F1E4
Black with #D2F1E4
Text Example
Text Example
White with #D2F1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1E4; }
p { color: rgb(210,241,228); }
H1.HeaderClassName
{
color: #D2F1E4;
}
.AnyTagClassName
{
color: #D2F1E4;
}
</style>
background-color css
<style>
a { background-color: #D2F1E4; }
a { background-color: rgb(210,241,228); }
div.DivClassName
{
background-color: #D2F1E4;
}
.BgClassName
{
background-color: #D2F1E4;
}
</style>
border-color css
<style>
span { border-color: #D2F1E4; }
span { border-color: rgb(210,241,228); }
td.TdClassName
{
border-color: #D2F1E4;
}
.TagClassName
{
border-color: #D2F1E4;
}
</style>