Shades of Snowy Mint #D0EDC9
Tints of Snowy Mint #D0EDC9
RGB
CMYK
RGB Variations
Color information
#D0EDC9 (or 0xD0EDC9) is known color: Snowy Mint. HEX triplet: D0, ED and C9. RGB value is (208,237,201). Sum of RGB (Red+Green+Blue) = 208+237+201=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC9 is #2F1236. Grayscale: #E0E0E0. Windows color (decimal): -3084855 or 13233616. OLE color: 13233616.
HSL color Cylindrical-coordinate representation of color #D0EDC9: hue angle of 108.33º degrees, saturation: 0.5, 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 #D0EDC9 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 201 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.07 |
| HSL | 108.33º | 0.5% | 0.86% | - |
| HSV(B) | 108.33º | 0.15% | 0.93% | - |
| XYZ | 66.84 | 78.2 | 66.83 | - |
| YUV | 224.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 201 | 0.12 | 0 | 0.15 | 0.07 | 108.33 | 0.5 | 0.86 |
| Hex | D0 | ED | C9 | C | 0 | F | 7 | 6C | 32 | 56 |
| Octal | 320 | 355 | 311 | 14 | 0 | 17 | 7 | 154 | 62 | 126 |
| Binary | 11010000 | 11101101 | 11001001 | 1100 | 0 | 1111 | 111 | 1101100 | 110010 | 1010110 |
Color Harmonies of #D0EDC9
Complementary color
Monochromatic Colors of #D0EDC9
Black with #D0EDC9
Text Example
Text Example
White with #D0EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDC9; }
p { color: rgb(208,237,201); }
H1.HeaderClassName
{
color: #D0EDC9;
}
.AnyTagClassName
{
color: #D0EDC9;
}
</style>
background-color css
<style>
a { background-color: #D0EDC9; }
a { background-color: rgb(208,237,201); }
div.DivClassName
{
background-color: #D0EDC9;
}
.BgClassName
{
background-color: #D0EDC9;
}
</style>
border-color css
<style>
span { border-color: #D0EDC9; }
span { border-color: rgb(208,237,201); }
td.TdClassName
{
border-color: #D0EDC9;
}
.TagClassName
{
border-color: #D0EDC9;
}
</style>