Shades of Snowy Mint #D2ECCC
Tints of Snowy Mint #D2ECCC
RGB
CMYK
RGB Variations
Color information
#D2ECCC (or 0xD2ECCC) is known color: Snowy Mint. HEX triplet: D2, EC and CC. RGB value is (210,236,204). Sum of RGB (Red+Green+Blue) = 210+236+204=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCC is #2D1333. Grayscale: #E0E0E0. Windows color (decimal): -2954036 or 13429970. OLE color: 13429970.
HSL color Cylindrical-coordinate representation of color #D2ECCC: hue angle of 108.75º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2ECCC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 204 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.07 |
| HSL | 108.75º | 0.46% | 0.86% | - |
| HSV(B) | 108.75º | 0.14% | 0.93% | - |
| XYZ | 67.47 | 78.05 | 68.64 | - |
| YUV | 224.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 204 | 0.11 | 0 | 0.14 | 0.07 | 108.75 | 0.46 | 0.86 |
| Hex | D2 | EC | CC | B | 0 | E | 7 | 6D | 2E | 56 |
| Octal | 322 | 354 | 314 | 13 | 0 | 16 | 7 | 155 | 56 | 126 |
| Binary | 11010010 | 11101100 | 11001100 | 1011 | 0 | 1110 | 111 | 1101101 | 101110 | 1010110 |
Color Harmonies of #D2ECCC
Complementary color
Monochromatic Colors of #D2ECCC
Black with #D2ECCC
Text Example
Text Example
White with #D2ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECCC; }
p { color: rgb(210,236,204); }
H1.HeaderClassName
{
color: #D2ECCC;
}
.AnyTagClassName
{
color: #D2ECCC;
}
</style>
background-color css
<style>
a { background-color: #D2ECCC; }
a { background-color: rgb(210,236,204); }
div.DivClassName
{
background-color: #D2ECCC;
}
.BgClassName
{
background-color: #D2ECCC;
}
</style>
border-color css
<style>
span { border-color: #D2ECCC; }
span { border-color: rgb(210,236,204); }
td.TdClassName
{
border-color: #D2ECCC;
}
.TagClassName
{
border-color: #D2ECCC;
}
</style>