Shades of Snowy Mint #D2EFCC
Tints of Snowy Mint #D2EFCC
RGB
CMYK
RGB Variations
Color information
#D2EFCC (or 0xD2EFCC) is known color: Snowy Mint. HEX triplet: D2, EF and CC. RGB value is (210,239,204). Sum of RGB (Red+Green+Blue) = 210+239+204=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFCC is #2D1033. Grayscale: #E2E2E2. Windows color (decimal): -2953268 or 13430738. OLE color: 13430738.
HSL color Cylindrical-coordinate representation of color #D2EFCC: hue angle of 109.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2EFCC is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 204 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.06 |
| HSL | 109.71º | 0.52% | 0.87% | - |
| HSV(B) | 109.71º | 0.15% | 0.94% | - |
| XYZ | 68.34 | 79.79 | 68.93 | - |
| YUV | 226.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 204 | 0.12 | 0 | 0.15 | 0.06 | 109.71 | 0.52 | 0.87 |
| Hex | D2 | EF | CC | C | 0 | F | 6 | 6E | 34 | 57 |
| Octal | 322 | 357 | 314 | 14 | 0 | 17 | 6 | 156 | 64 | 127 |
| Binary | 11010010 | 11101111 | 11001100 | 1100 | 0 | 1111 | 110 | 1101110 | 110100 | 1010111 |
Color Harmonies of #D2EFCC
Complementary color
Monochromatic Colors of #D2EFCC
Black with #D2EFCC
Text Example
Text Example
White with #D2EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFCC; }
p { color: rgb(210,239,204); }
H1.HeaderClassName
{
color: #D2EFCC;
}
.AnyTagClassName
{
color: #D2EFCC;
}
</style>
background-color css
<style>
a { background-color: #D2EFCC; }
a { background-color: rgb(210,239,204); }
div.DivClassName
{
background-color: #D2EFCC;
}
.BgClassName
{
background-color: #D2EFCC;
}
</style>
border-color css
<style>
span { border-color: #D2EFCC; }
span { border-color: rgb(210,239,204); }
td.TdClassName
{
border-color: #D2EFCC;
}
.TagClassName
{
border-color: #D2EFCC;
}
</style>