Shades of Snowy Mint #D0F1CA
Tints of Snowy Mint #D0F1CA
RGB
CMYK
RGB Variations
Color information
#D0F1CA (or 0xD0F1CA) is known color: Snowy Mint. HEX triplet: D0, F1 and CA. RGB value is (208,241,202). Sum of RGB (Red+Green+Blue) = 208+241+202=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CA is #2F0E35. Grayscale: #E2E2E2. Windows color (decimal): -3083830 or 13300176. OLE color: 13300176.
HSL color Cylindrical-coordinate representation of color #D0F1CA: hue angle of 110.77º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F1CA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 202 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.05 |
| HSL | 110.77º | 0.58% | 0.87% | - |
| HSV(B) | 110.77º | 0.16% | 0.95% | - |
| XYZ | 68.13 | 80.58 | 67.84 | - |
| YUV | 226.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 202 | 0.14 | 0 | 0.16 | 0.05 | 110.77 | 0.58 | 0.87 |
| Hex | D0 | F1 | CA | E | 0 | 10 | 5 | 6F | 3A | 57 |
| Octal | 320 | 361 | 312 | 16 | 0 | 20 | 5 | 157 | 72 | 127 |
| Binary | 11010000 | 11110001 | 11001010 | 1110 | 0 | 10000 | 101 | 1101111 | 111010 | 1010111 |
Color Harmonies of #D0F1CA
Complementary color
Monochromatic Colors of #D0F1CA
Black with #D0F1CA
Text Example
Text Example
White with #D0F1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1CA; }
p { color: rgb(208,241,202); }
H1.HeaderClassName
{
color: #D0F1CA;
}
.AnyTagClassName
{
color: #D0F1CA;
}
</style>
background-color css
<style>
a { background-color: #D0F1CA; }
a { background-color: rgb(208,241,202); }
div.DivClassName
{
background-color: #D0F1CA;
}
.BgClassName
{
background-color: #D0F1CA;
}
</style>
border-color css
<style>
span { border-color: #D0F1CA; }
span { border-color: rgb(208,241,202); }
td.TdClassName
{
border-color: #D0F1CA;
}
.TagClassName
{
border-color: #D0F1CA;
}
</style>