Shades of Snowy Mint #D0F7CA
Tints of Snowy Mint #D0F7CA
RGB
CMYK
RGB Variations
Color information
#D0F7CA (or 0xD0F7CA) is known color: Snowy Mint. HEX triplet: D0, F7 and CA. RGB value is (208,247,202). Sum of RGB (Red+Green+Blue) = 208+247+202=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7CA is #2F0835. Grayscale: #E6E6E6. Windows color (decimal): -3082294 or 13301712. OLE color: 13301712.
HSL color Cylindrical-coordinate representation of color #D0F7CA: hue angle of 112º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F7CA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 202 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.03 |
| HSL | 112º | 0.74% | 0.88% | - |
| HSV(B) | 112º | 0.18% | 0.97% | - |
| XYZ | 69.93 | 84.2 | 68.44 | - |
| YUV | 230.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 202 | 0.16 | 0 | 0.18 | 0.03 | 112 | 0.74 | 0.88 |
| Hex | D0 | F7 | CA | 10 | 0 | 12 | 3 | 70 | 4A | 58 |
| Octal | 320 | 367 | 312 | 20 | 0 | 22 | 3 | 160 | 112 | 130 |
| Binary | 11010000 | 11110111 | 11001010 | 10000 | 0 | 10010 | 11 | 1110000 | 1001010 | 1011000 |
Color Harmonies of #D0F7CA
Complementary color
Monochromatic Colors of #D0F7CA
Black with #D0F7CA
Text Example
Text Example
White with #D0F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7CA; }
p { color: rgb(208,247,202); }
H1.HeaderClassName
{
color: #D0F7CA;
}
.AnyTagClassName
{
color: #D0F7CA;
}
</style>
background-color css
<style>
a { background-color: #D0F7CA; }
a { background-color: rgb(208,247,202); }
div.DivClassName
{
background-color: #D0F7CA;
}
.BgClassName
{
background-color: #D0F7CA;
}
</style>
border-color css
<style>
span { border-color: #D0F7CA; }
span { border-color: rgb(208,247,202); }
td.TdClassName
{
border-color: #D0F7CA;
}
.TagClassName
{
border-color: #D0F7CA;
}
</style>