Shades of Snowy Mint #D2EECB
Tints of Snowy Mint #D2EECB
RGB
CMYK
RGB Variations
Color information
#D2EECB (or 0xD2EECB) is known color: Snowy Mint. HEX triplet: D2, EE and CB. RGB value is (210,238,203). Sum of RGB (Red+Green+Blue) = 210+238+203=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EECB is #2D1134. Grayscale: #E1E1E1. Windows color (decimal): -2953525 or 13364946. OLE color: 13364946.
HSL color Cylindrical-coordinate representation of color #D2EECB: hue angle of 108º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2EECB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 203 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.07 |
| HSL | 108º | 0.51% | 0.86% | - |
| HSV(B) | 108º | 0.15% | 0.93% | - |
| XYZ | 67.93 | 79.16 | 68.2 | - |
| YUV | 225.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 203 | 0.12 | 0 | 0.15 | 0.07 | 108 | 0.51 | 0.86 |
| Hex | D2 | EE | CB | C | 0 | F | 7 | 6C | 33 | 56 |
| Octal | 322 | 356 | 313 | 14 | 0 | 17 | 7 | 154 | 63 | 126 |
| Binary | 11010010 | 11101110 | 11001011 | 1100 | 0 | 1111 | 111 | 1101100 | 110011 | 1010110 |
Color Harmonies of #D2EECB
Complementary color
Monochromatic Colors of #D2EECB
Black with #D2EECB
Text Example
Text Example
White with #D2EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EECB; }
p { color: rgb(210,238,203); }
H1.HeaderClassName
{
color: #D2EECB;
}
.AnyTagClassName
{
color: #D2EECB;
}
</style>
background-color css
<style>
a { background-color: #D2EECB; }
a { background-color: rgb(210,238,203); }
div.DivClassName
{
background-color: #D2EECB;
}
.BgClassName
{
background-color: #D2EECB;
}
</style>
border-color css
<style>
span { border-color: #D2EECB; }
span { border-color: rgb(210,238,203); }
td.TdClassName
{
border-color: #D2EECB;
}
.TagClassName
{
border-color: #D2EECB;
}
</style>