Shades of White Ice #D2FCE7
Tints of White Ice #D2FCE7
RGB
CMYK
RGB Variations
Color information
#D2FCE7 (or 0xD2FCE7) is known color: White Ice. HEX triplet: D2, FC and E7. RGB value is (210,252,231). Sum of RGB (Red+Green+Blue) = 210+252+231=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCE7 is #2D0318. Grayscale: #EDEDED. Windows color (decimal): -2949913 or 15203538. OLE color: 15203538.
HSL color Cylindrical-coordinate representation of color #D2FCE7: hue angle of 150º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCE7 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 231 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.01 |
| HSL | 150º | 0.88% | 0.91% | - |
| HSV(B) | 150º | 0.17% | 0.99% | - |
| XYZ | 75.81 | 89.09 | 88.8 | - |
| YUV | 237.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 231 | 0.17 | 0 | 0.08 | 0.01 | 150 | 0.88 | 0.91 |
| Hex | D2 | FC | E7 | 11 | 0 | 8 | 1 | 96 | 58 | 5B |
| Octal | 322 | 374 | 347 | 21 | 0 | 10 | 1 | 226 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11100111 | 10001 | 0 | 1000 | 1 | 10010110 | 1011000 | 1011011 |
Color Harmonies of #D2FCE7
Complementary color
Monochromatic Colors of #D2FCE7
Black with #D2FCE7
Text Example
Text Example
White with #D2FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCE7; }
p { color: rgb(210,252,231); }
H1.HeaderClassName
{
color: #D2FCE7;
}
.AnyTagClassName
{
color: #D2FCE7;
}
</style>
background-color css
<style>
a { background-color: #D2FCE7; }
a { background-color: rgb(210,252,231); }
div.DivClassName
{
background-color: #D2FCE7;
}
.BgClassName
{
background-color: #D2FCE7;
}
</style>
border-color css
<style>
span { border-color: #D2FCE7; }
span { border-color: rgb(210,252,231); }
td.TdClassName
{
border-color: #D2FCE7;
}
.TagClassName
{
border-color: #D2FCE7;
}
</style>