Shades of Snowy Mint #D2EBC9
Tints of Snowy Mint #D2EBC9
RGB
CMYK
RGB Variations
Color information
#D2EBC9 (or 0xD2EBC9) is known color: Snowy Mint. HEX triplet: D2, EB and C9. RGB value is (210,235,201). Sum of RGB (Red+Green+Blue) = 210+235+201=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBC9 is #2D1436. Grayscale: #DFDFDF. Windows color (decimal): -2954295 or 13233106. OLE color: 13233106.
HSL color Cylindrical-coordinate representation of color #D2EBC9: hue angle of 104.12º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2EBC9 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 201 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.08 |
| HSL | 104.12º | 0.46% | 0.85% | - |
| HSV(B) | 104.12º | 0.14% | 0.92% | - |
| XYZ | 66.83 | 77.34 | 66.66 | - |
| YUV | 223.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 201 | 0.11 | 0 | 0.14 | 0.08 | 104.12 | 0.46 | 0.85 |
| Hex | D2 | EB | C9 | B | 0 | E | 8 | 68 | 2E | 55 |
| Octal | 322 | 353 | 311 | 13 | 0 | 16 | 10 | 150 | 56 | 125 |
| Binary | 11010010 | 11101011 | 11001001 | 1011 | 0 | 1110 | 1000 | 1101000 | 101110 | 1010101 |
Color Harmonies of #D2EBC9
Complementary color
Monochromatic Colors of #D2EBC9
Black with #D2EBC9
Text Example
Text Example
White with #D2EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBC9; }
p { color: rgb(210,235,201); }
H1.HeaderClassName
{
color: #D2EBC9;
}
.AnyTagClassName
{
color: #D2EBC9;
}
</style>
background-color css
<style>
a { background-color: #D2EBC9; }
a { background-color: rgb(210,235,201); }
div.DivClassName
{
background-color: #D2EBC9;
}
.BgClassName
{
background-color: #D2EBC9;
}
</style>
border-color css
<style>
span { border-color: #D2EBC9; }
span { border-color: rgb(210,235,201); }
td.TdClassName
{
border-color: #D2EBC9;
}
.TagClassName
{
border-color: #D2EBC9;
}
</style>