Shades of Snowy Mint #D2EECC
Tints of Snowy Mint #D2EECC
RGB
CMYK
RGB Variations
Color information
#D2EECC (or 0xD2EECC) is known color: Snowy Mint. HEX triplet: D2, EE and CC. RGB value is (210,238,204). Sum of RGB (Red+Green+Blue) = 210+238+204=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EECC is #2D1133. Grayscale: #E1E1E1. Windows color (decimal): -2953524 or 13430482. OLE color: 13430482.
HSL color Cylindrical-coordinate representation of color #D2EECC: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2EECC is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 204 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.07 |
| HSL | 109.41º | 0.5% | 0.87% | - |
| HSV(B) | 109.41º | 0.14% | 0.93% | - |
| XYZ | 68.05 | 79.21 | 68.83 | - |
| YUV | 225.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 204 | 0.12 | 0 | 0.14 | 0.07 | 109.41 | 0.5 | 0.87 |
| Hex | D2 | EE | CC | C | 0 | E | 7 | 6D | 32 | 57 |
| Octal | 322 | 356 | 314 | 14 | 0 | 16 | 7 | 155 | 62 | 127 |
| Binary | 11010010 | 11101110 | 11001100 | 1100 | 0 | 1110 | 111 | 1101101 | 110010 | 1010111 |
Color Harmonies of #D2EECC
Complementary color
Monochromatic Colors of #D2EECC
Black with #D2EECC
Text Example
Text Example
White with #D2EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EECC; }
p { color: rgb(210,238,204); }
H1.HeaderClassName
{
color: #D2EECC;
}
.AnyTagClassName
{
color: #D2EECC;
}
</style>
background-color css
<style>
a { background-color: #D2EECC; }
a { background-color: rgb(210,238,204); }
div.DivClassName
{
background-color: #D2EECC;
}
.BgClassName
{
background-color: #D2EECC;
}
</style>
border-color css
<style>
span { border-color: #D2EECC; }
span { border-color: rgb(210,238,204); }
td.TdClassName
{
border-color: #D2EECC;
}
.TagClassName
{
border-color: #D2EECC;
}
</style>