Shades of Snowy Mint #D2EEC7
Tints of Snowy Mint #D2EEC7
RGB
CMYK
RGB Variations
Color information
#D2EEC7 (or 0xD2EEC7) is known color: Snowy Mint. HEX triplet: D2, EE and C7. RGB value is (210,238,199). Sum of RGB (Red+Green+Blue) = 210+238+199=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEC7 is #2D1138. Grayscale: #E1E1E1. Windows color (decimal): -2953529 or 13102802. OLE color: 13102802.
HSL color Cylindrical-coordinate representation of color #D2EEC7: hue angle of 103.08º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EEC7 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 199 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.07 |
| HSL | 103.08º | 0.53% | 0.86% | - |
| HSV(B) | 103.08º | 0.16% | 0.93% | - |
| XYZ | 67.46 | 78.97 | 65.72 | - |
| YUV | 225.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 199 | 0.12 | 0 | 0.16 | 0.07 | 103.08 | 0.53 | 0.86 |
| Hex | D2 | EE | C7 | C | 0 | 10 | 7 | 67 | 35 | 56 |
| Octal | 322 | 356 | 307 | 14 | 0 | 20 | 7 | 147 | 65 | 126 |
| Binary | 11010010 | 11101110 | 11000111 | 1100 | 0 | 10000 | 111 | 1100111 | 110101 | 1010110 |
Color Harmonies of #D2EEC7
Complementary color
Monochromatic Colors of #D2EEC7
Black with #D2EEC7
Text Example
Text Example
White with #D2EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEC7; }
p { color: rgb(210,238,199); }
H1.HeaderClassName
{
color: #D2EEC7;
}
.AnyTagClassName
{
color: #D2EEC7;
}
</style>
background-color css
<style>
a { background-color: #D2EEC7; }
a { background-color: rgb(210,238,199); }
div.DivClassName
{
background-color: #D2EEC7;
}
.BgClassName
{
background-color: #D2EEC7;
}
</style>
border-color css
<style>
span { border-color: #D2EEC7; }
span { border-color: rgb(210,238,199); }
td.TdClassName
{
border-color: #D2EEC7;
}
.TagClassName
{
border-color: #D2EEC7;
}
</style>