Shades of White Ice #D2F3E1
Tints of White Ice #D2F3E1
RGB
CMYK
RGB Variations
Color information
#D2F3E1 (or 0xD2F3E1) is known color: White Ice. HEX triplet: D2, F3 and E1. RGB value is (210,243,225). Sum of RGB (Red+Green+Blue) = 210+243+225=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3E1 is #2D0C1E. Grayscale: #E7E7E7. Windows color (decimal): -2952223 or 14808018. OLE color: 14808018.
HSL color Cylindrical-coordinate representation of color #D2F3E1: hue angle of 147.27º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F3E1 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 225 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.05 |
| HSL | 147.27º | 0.58% | 0.89% | - |
| HSV(B) | 147.27º | 0.14% | 0.95% | - |
| XYZ | 72.22 | 83.24 | 83.49 | - |
| YUV | 231.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 225 | 0.14 | 0 | 0.07 | 0.05 | 147.27 | 0.58 | 0.89 |
| Hex | D2 | F3 | E1 | E | 0 | 7 | 5 | 93 | 3A | 59 |
| Octal | 322 | 363 | 341 | 16 | 0 | 7 | 5 | 223 | 72 | 131 |
| Binary | 11010010 | 11110011 | 11100001 | 1110 | 0 | 111 | 101 | 10010011 | 111010 | 1011001 |
Color Harmonies of #D2F3E1
Complementary color
Monochromatic Colors of #D2F3E1
Black with #D2F3E1
Text Example
Text Example
White with #D2F3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3E1; }
p { color: rgb(210,243,225); }
H1.HeaderClassName
{
color: #D2F3E1;
}
.AnyTagClassName
{
color: #D2F3E1;
}
</style>
background-color css
<style>
a { background-color: #D2F3E1; }
a { background-color: rgb(210,243,225); }
div.DivClassName
{
background-color: #D2F3E1;
}
.BgClassName
{
background-color: #D2F3E1;
}
</style>
border-color css
<style>
span { border-color: #D2F3E1; }
span { border-color: rgb(210,243,225); }
td.TdClassName
{
border-color: #D2F3E1;
}
.TagClassName
{
border-color: #D2F3E1;
}
</style>