Shades of Snowy Mint #D2ECCA
Tints of Snowy Mint #D2ECCA
RGB
CMYK
RGB Variations
Color information
#D2ECCA (or 0xD2ECCA) is known color: Snowy Mint. HEX triplet: D2, EC and CA. RGB value is (210,236,202). Sum of RGB (Red+Green+Blue) = 210+236+202=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCA is #2D1335. Grayscale: #E0E0E0. Windows color (decimal): -2954038 or 13298898. OLE color: 13298898.
HSL color Cylindrical-coordinate representation of color #D2ECCA: hue angle of 105.88º degrees, saturation: 0.47, 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 #D2ECCA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 202 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.07 |
| HSL | 105.88º | 0.47% | 0.86% | - |
| HSV(B) | 105.88º | 0.14% | 0.93% | - |
| XYZ | 67.23 | 77.96 | 67.38 | - |
| YUV | 224.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 202 | 0.11 | 0 | 0.14 | 0.07 | 105.88 | 0.47 | 0.86 |
| Hex | D2 | EC | CA | B | 0 | E | 7 | 6A | 2F | 56 |
| Octal | 322 | 354 | 312 | 13 | 0 | 16 | 7 | 152 | 57 | 126 |
| Binary | 11010010 | 11101100 | 11001010 | 1011 | 0 | 1110 | 111 | 1101010 | 101111 | 1010110 |
Color Harmonies of #D2ECCA
Complementary color
Monochromatic Colors of #D2ECCA
Black with #D2ECCA
Text Example
Text Example
White with #D2ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECCA; }
p { color: rgb(210,236,202); }
H1.HeaderClassName
{
color: #D2ECCA;
}
.AnyTagClassName
{
color: #D2ECCA;
}
</style>
background-color css
<style>
a { background-color: #D2ECCA; }
a { background-color: rgb(210,236,202); }
div.DivClassName
{
background-color: #D2ECCA;
}
.BgClassName
{
background-color: #D2ECCA;
}
</style>
border-color css
<style>
span { border-color: #D2ECCA; }
span { border-color: rgb(210,236,202); }
td.TdClassName
{
border-color: #D2ECCA;
}
.TagClassName
{
border-color: #D2ECCA;
}
</style>