Shades of White Ice #D2FCE5
Tints of White Ice #D2FCE5
RGB
CMYK
RGB Variations
Color information
#D2FCE5 (or 0xD2FCE5) is known color: White Ice. HEX triplet: D2, FC and E5. RGB value is (210,252,229). Sum of RGB (Red+Green+Blue) = 210+252+229=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCE5 is #2D031A. Grayscale: #ECECEC. Windows color (decimal): -2949915 or 15072466. OLE color: 15072466.
HSL color Cylindrical-coordinate representation of color #D2FCE5: hue angle of 147.14º 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 #D2FCE5 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 252 | 229 | - |
CMYK | 0.17 | 0 | 0.09 | 0.01 |
HSL | 147.14º | 0.88% | 0.91% | - |
HSV(B) | 147.14º | 0.17% | 0.99% | - |
XYZ | 75.53 | 88.98 | 87.32 | - |
YUV | 236.82 | 123.59 | 108.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 252 | 229 | 0.17 | 0 | 0.09 | 0.01 | 147.14 | 0.88 | 0.91 |
Hex | D2 | FC | E5 | 11 | 0 | 9 | 1 | 93 | 58 | 5B |
Octal | 322 | 374 | 345 | 21 | 0 | 11 | 1 | 223 | 130 | 133 |
Binary | 11010010 | 11111100 | 11100101 | 10001 | 0 | 1001 | 1 | 10010011 | 1011000 | 1011011 |
Color Harmonies of #D2FCE5
Complementary color
Monochromatic Colors of #D2FCE5
Black with #D2FCE5
Text Example
Text Example
White with #D2FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCE5; }
p { color: rgb(210,252,229); }
H1.HeaderClassName
{
color: #D2FCE5;
}
.AnyTagClassName
{
color: #D2FCE5;
}
</style>
background-color css
<style>
a { background-color: #D2FCE5; }
a { background-color: rgb(210,252,229); }
div.DivClassName
{
background-color: #D2FCE5;
}
.BgClassName
{
background-color: #D2FCE5;
}
</style>
border-color css
<style>
span { border-color: #D2FCE5; }
span { border-color: rgb(210,252,229); }
td.TdClassName
{
border-color: #D2FCE5;
}
.TagClassName
{
border-color: #D2FCE5;
}
</style>