Shades of Snowy Mint #D0EECB
Tints of Snowy Mint #D0EECB
RGB
CMYK
RGB Variations
Color information
#D0EECB (or 0xD0EECB) is known color: Snowy Mint. HEX triplet: D0, EE and CB. RGB value is (208,238,203). Sum of RGB (Red+Green+Blue) = 208+238+203=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECB is #2F1134. Grayscale: #E1E1E1. Windows color (decimal): -3084597 or 13364944. OLE color: 13364944.
HSL color Cylindrical-coordinate representation of color #D0EECB: hue angle of 111.43º 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 #D0EECB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 203 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.07 |
| HSL | 111.43º | 0.51% | 0.86% | - |
| HSV(B) | 111.43º | 0.15% | 0.93% | - |
| XYZ | 67.37 | 78.87 | 68.17 | - |
| YUV | 225.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 203 | 0.13 | 0 | 0.15 | 0.07 | 111.43 | 0.51 | 0.86 |
| Hex | D0 | EE | CB | D | 0 | F | 7 | 6F | 33 | 56 |
| Octal | 320 | 356 | 313 | 15 | 0 | 17 | 7 | 157 | 63 | 126 |
| Binary | 11010000 | 11101110 | 11001011 | 1101 | 0 | 1111 | 111 | 1101111 | 110011 | 1010110 |
Color Harmonies of #D0EECB
Complementary color
Monochromatic Colors of #D0EECB
Black with #D0EECB
Text Example
Text Example
White with #D0EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EECB; }
p { color: rgb(208,238,203); }
H1.HeaderClassName
{
color: #D0EECB;
}
.AnyTagClassName
{
color: #D0EECB;
}
</style>
background-color css
<style>
a { background-color: #D0EECB; }
a { background-color: rgb(208,238,203); }
div.DivClassName
{
background-color: #D0EECB;
}
.BgClassName
{
background-color: #D0EECB;
}
</style>
border-color css
<style>
span { border-color: #D0EECB; }
span { border-color: rgb(208,238,203); }
td.TdClassName
{
border-color: #D0EECB;
}
.TagClassName
{
border-color: #D0EECB;
}
</style>