Shades of Snowy Mint #D0EFC8
Tints of Snowy Mint #D0EFC8
RGB
CMYK
RGB Variations
Color information
#D0EFC8 (or 0xD0EFC8) is known color: Snowy Mint. HEX triplet: D0, EF and C8. RGB value is (208,239,200). Sum of RGB (Red+Green+Blue) = 208+239+200=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFC8 is #2F1037. Grayscale: #E1E1E1. Windows color (decimal): -3084344 or 13168592. OLE color: 13168592.
HSL color Cylindrical-coordinate representation of color #D0EFC8: hue angle of 107.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EFC8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 200 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.06 |
| HSL | 107.69º | 0.55% | 0.86% | - |
| HSV(B) | 107.69º | 0.16% | 0.94% | - |
| XYZ | 67.3 | 79.31 | 66.41 | - |
| YUV | 225.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 200 | 0.13 | 0 | 0.16 | 0.06 | 107.69 | 0.55 | 0.86 |
| Hex | D0 | EF | C8 | D | 0 | 10 | 6 | 6C | 37 | 56 |
| Octal | 320 | 357 | 310 | 15 | 0 | 20 | 6 | 154 | 67 | 126 |
| Binary | 11010000 | 11101111 | 11001000 | 1101 | 0 | 10000 | 110 | 1101100 | 110111 | 1010110 |
Color Harmonies of #D0EFC8
Complementary color
Monochromatic Colors of #D0EFC8
Black with #D0EFC8
Text Example
Text Example
White with #D0EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFC8; }
p { color: rgb(208,239,200); }
H1.HeaderClassName
{
color: #D0EFC8;
}
.AnyTagClassName
{
color: #D0EFC8;
}
</style>
background-color css
<style>
a { background-color: #D0EFC8; }
a { background-color: rgb(208,239,200); }
div.DivClassName
{
background-color: #D0EFC8;
}
.BgClassName
{
background-color: #D0EFC8;
}
</style>
border-color css
<style>
span { border-color: #D0EFC8; }
span { border-color: rgb(208,239,200); }
td.TdClassName
{
border-color: #D0EFC8;
}
.TagClassName
{
border-color: #D0EFC8;
}
</style>