Shades of Snowy Mint #D0EDCB
Tints of Snowy Mint #D0EDCB
RGB
CMYK
RGB Variations
Color information
#D0EDCB (or 0xD0EDCB) is known color: Snowy Mint. HEX triplet: D0, ED and CB. RGB value is (208,237,203). Sum of RGB (Red+Green+Blue) = 208+237+203=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDCB is #2F1234. Grayscale: #E0E0E0. Windows color (decimal): -3084853 or 13364688. OLE color: 13364688.
HSL color Cylindrical-coordinate representation of color #D0EDCB: hue angle of 111.18º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EDCB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 203 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.07 |
| HSL | 111.18º | 0.49% | 0.86% | - |
| HSV(B) | 111.18º | 0.14% | 0.93% | - |
| XYZ | 67.08 | 78.29 | 68.08 | - |
| YUV | 224.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 203 | 0.12 | 0 | 0.14 | 0.07 | 111.18 | 0.49 | 0.86 |
| Hex | D0 | ED | CB | C | 0 | E | 7 | 6F | 31 | 56 |
| Octal | 320 | 355 | 313 | 14 | 0 | 16 | 7 | 157 | 61 | 126 |
| Binary | 11010000 | 11101101 | 11001011 | 1100 | 0 | 1110 | 111 | 1101111 | 110001 | 1010110 |
Color Harmonies of #D0EDCB
Complementary color
Monochromatic Colors of #D0EDCB
Black with #D0EDCB
Text Example
Text Example
White with #D0EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDCB; }
p { color: rgb(208,237,203); }
H1.HeaderClassName
{
color: #D0EDCB;
}
.AnyTagClassName
{
color: #D0EDCB;
}
</style>
background-color css
<style>
a { background-color: #D0EDCB; }
a { background-color: rgb(208,237,203); }
div.DivClassName
{
background-color: #D0EDCB;
}
.BgClassName
{
background-color: #D0EDCB;
}
</style>
border-color css
<style>
span { border-color: #D0EDCB; }
span { border-color: rgb(208,237,203); }
td.TdClassName
{
border-color: #D0EDCB;
}
.TagClassName
{
border-color: #D0EDCB;
}
</style>