Shades of Snowy Mint #D2EFCB
Tints of Snowy Mint #D2EFCB
RGB
CMYK
RGB Variations
Color information
#D2EFCB (or 0xD2EFCB) is known color: Snowy Mint. HEX triplet: D2, EF and CB. RGB value is (210,239,203). Sum of RGB (Red+Green+Blue) = 210+239+203=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFCB is #2D1034. Grayscale: #E2E2E2. Windows color (decimal): -2953269 or 13365202. OLE color: 13365202.
HSL color Cylindrical-coordinate representation of color #D2EFCB: hue angle of 108.33º degrees, saturation: 0.53, 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 #D2EFCB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 203 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.06 |
| HSL | 108.33º | 0.53% | 0.87% | - |
| HSV(B) | 108.33º | 0.15% | 0.94% | - |
| XYZ | 68.22 | 79.75 | 68.3 | - |
| YUV | 226.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 203 | 0.12 | 0 | 0.15 | 0.06 | 108.33 | 0.53 | 0.87 |
| Hex | D2 | EF | CB | C | 0 | F | 6 | 6C | 35 | 57 |
| Octal | 322 | 357 | 313 | 14 | 0 | 17 | 6 | 154 | 65 | 127 |
| Binary | 11010010 | 11101111 | 11001011 | 1100 | 0 | 1111 | 110 | 1101100 | 110101 | 1010111 |
Color Harmonies of #D2EFCB
Complementary color
Monochromatic Colors of #D2EFCB
Black with #D2EFCB
Text Example
Text Example
White with #D2EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFCB; }
p { color: rgb(210,239,203); }
H1.HeaderClassName
{
color: #D2EFCB;
}
.AnyTagClassName
{
color: #D2EFCB;
}
</style>
background-color css
<style>
a { background-color: #D2EFCB; }
a { background-color: rgb(210,239,203); }
div.DivClassName
{
background-color: #D2EFCB;
}
.BgClassName
{
background-color: #D2EFCB;
}
</style>
border-color css
<style>
span { border-color: #D2EFCB; }
span { border-color: rgb(210,239,203); }
td.TdClassName
{
border-color: #D2EFCB;
}
.TagClassName
{
border-color: #D2EFCB;
}
</style>