Shades of Snowy Mint #D0E8CA
Tints of Snowy Mint #D0E8CA
RGB
CMYK
RGB Variations
Color information
#D0E8CA (or 0xD0E8CA) is known color: Snowy Mint. HEX triplet: D0, E8 and CA. RGB value is (208,232,202). Sum of RGB (Red+Green+Blue) = 208+232+202=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8CA is #2F1735. Grayscale: #DDDDDD. Windows color (decimal): -3086134 or 13297872. OLE color: 13297872.
HSL color Cylindrical-coordinate representation of color #D0E8CA: hue angle of 108º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E8CA is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 202 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.09 |
| HSL | 108º | 0.39% | 0.85% | - |
| HSV(B) | 108º | 0.13% | 0.91% | - |
| XYZ | 65.53 | 75.39 | 66.97 | - |
| YUV | 221.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 202 | 0.10 | 0 | 0.13 | 0.09 | 108 | 0.39 | 0.85 |
| Hex | D0 | E8 | CA | A | 0 | D | 9 | 6C | 27 | 55 |
| Octal | 320 | 350 | 312 | 12 | 0 | 15 | 11 | 154 | 47 | 125 |
| Binary | 11010000 | 11101000 | 11001010 | 1010 | 0 | 1101 | 1001 | 1101100 | 100111 | 1010101 |
Color Harmonies of #D0E8CA
Complementary color
Monochromatic Colors of #D0E8CA
Black with #D0E8CA
Text Example
Text Example
White with #D0E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8CA; }
p { color: rgb(208,232,202); }
H1.HeaderClassName
{
color: #D0E8CA;
}
.AnyTagClassName
{
color: #D0E8CA;
}
</style>
background-color css
<style>
a { background-color: #D0E8CA; }
a { background-color: rgb(208,232,202); }
div.DivClassName
{
background-color: #D0E8CA;
}
.BgClassName
{
background-color: #D0E8CA;
}
</style>
border-color css
<style>
span { border-color: #D0E8CA; }
span { border-color: rgb(208,232,202); }
td.TdClassName
{
border-color: #D0E8CA;
}
.TagClassName
{
border-color: #D0E8CA;
}
</style>