Shades of Snowy Mint #D0E8CB
Tints of Snowy Mint #D0E8CB
RGB
CMYK
RGB Variations
Color information
#D0E8CB (or 0xD0E8CB) is known color: Snowy Mint. HEX triplet: D0, E8 and CB. RGB value is (208,232,203). Sum of RGB (Red+Green+Blue) = 208+232+203=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8CB is #2F1734. Grayscale: #DDDDDD. Windows color (decimal): -3086133 or 13363408. OLE color: 13363408.
HSL color Cylindrical-coordinate representation of color #D0E8CB: hue angle of 109.66º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0E8CB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 203 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.09 |
| HSL | 109.66º | 0.39% | 0.85% | - |
| HSV(B) | 109.66º | 0.13% | 0.91% | - |
| XYZ | 65.65 | 75.43 | 67.6 | - |
| YUV | 221.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 203 | 0.10 | 0 | 0.12 | 0.09 | 109.66 | 0.39 | 0.85 |
| Hex | D0 | E8 | CB | A | 0 | C | 9 | 6E | 27 | 55 |
| Octal | 320 | 350 | 313 | 12 | 0 | 14 | 11 | 156 | 47 | 125 |
| Binary | 11010000 | 11101000 | 11001011 | 1010 | 0 | 1100 | 1001 | 1101110 | 100111 | 1010101 |
Color Harmonies of #D0E8CB
Complementary color
Monochromatic Colors of #D0E8CB
Black with #D0E8CB
Text Example
Text Example
White with #D0E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8CB; }
p { color: rgb(208,232,203); }
H1.HeaderClassName
{
color: #D0E8CB;
}
.AnyTagClassName
{
color: #D0E8CB;
}
</style>
background-color css
<style>
a { background-color: #D0E8CB; }
a { background-color: rgb(208,232,203); }
div.DivClassName
{
background-color: #D0E8CB;
}
.BgClassName
{
background-color: #D0E8CB;
}
</style>
border-color css
<style>
span { border-color: #D0E8CB; }
span { border-color: rgb(208,232,203); }
td.TdClassName
{
border-color: #D0E8CB;
}
.TagClassName
{
border-color: #D0E8CB;
}
</style>