Shades of White Ice #D2FBE3
Tints of White Ice #D2FBE3
RGB
CMYK
RGB Variations
Color information
#D2FBE3 (or 0xD2FBE3) is known color: White Ice. HEX triplet: D2, FB and E3. RGB value is (210,251,227). Sum of RGB (Red+Green+Blue) = 210+251+227=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBE3 is #2D041C. Grayscale: #ECECEC. Windows color (decimal): -2950173 or 14941138. OLE color: 14941138.
HSL color Cylindrical-coordinate representation of color #D2FBE3: hue angle of 144.88º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBE3 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 227 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.02 |
| HSL | 144.88º | 0.84% | 0.9% | - |
| HSV(B) | 144.88º | 0.16% | 0.98% | - |
| XYZ | 74.94 | 88.24 | 85.76 | - |
| YUV | 236.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 227 | 0.16 | 0 | 0.10 | 0.02 | 144.88 | 0.84 | 0.9 |
| Hex | D2 | FB | E3 | 10 | 0 | A | 2 | 91 | 54 | 5A |
| Octal | 322 | 373 | 343 | 20 | 0 | 12 | 2 | 221 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11100011 | 10000 | 0 | 1010 | 10 | 10010001 | 1010100 | 1011010 |
Color Harmonies of #D2FBE3
Complementary color
Monochromatic Colors of #D2FBE3
Black with #D2FBE3
Text Example
Text Example
White with #D2FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBE3; }
p { color: rgb(210,251,227); }
H1.HeaderClassName
{
color: #D2FBE3;
}
.AnyTagClassName
{
color: #D2FBE3;
}
</style>
background-color css
<style>
a { background-color: #D2FBE3; }
a { background-color: rgb(210,251,227); }
div.DivClassName
{
background-color: #D2FBE3;
}
.BgClassName
{
background-color: #D2FBE3;
}
</style>
border-color css
<style>
span { border-color: #D2FBE3; }
span { border-color: rgb(210,251,227); }
td.TdClassName
{
border-color: #D2FBE3;
}
.TagClassName
{
border-color: #D2FBE3;
}
</style>