Shades of Snowy Mint #D0F1C8
Tints of Snowy Mint #D0F1C8
RGB
CMYK
RGB Variations
Color information
#D0F1C8 (or 0xD0F1C8) is known color: Snowy Mint. HEX triplet: D0, F1 and C8. RGB value is (208,241,200). Sum of RGB (Red+Green+Blue) = 208+241+200=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1C8 is #2F0E37. Grayscale: #E2E2E2. Windows color (decimal): -3083832 or 13169104. OLE color: 13169104.
HSL color Cylindrical-coordinate representation of color #D0F1C8: hue angle of 108.29º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F1C8 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 200 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.05 |
| HSL | 108.29º | 0.59% | 0.86% | - |
| HSV(B) | 108.29º | 0.17% | 0.95% | - |
| XYZ | 67.89 | 80.49 | 66.6 | - |
| YUV | 226.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 200 | 0.14 | 0 | 0.17 | 0.05 | 108.29 | 0.59 | 0.86 |
| Hex | D0 | F1 | C8 | E | 0 | 11 | 5 | 6C | 3B | 56 |
| Octal | 320 | 361 | 310 | 16 | 0 | 21 | 5 | 154 | 73 | 126 |
| Binary | 11010000 | 11110001 | 11001000 | 1110 | 0 | 10001 | 101 | 1101100 | 111011 | 1010110 |
Color Harmonies of #D0F1C8
Complementary color
Monochromatic Colors of #D0F1C8
Black with #D0F1C8
Text Example
Text Example
White with #D0F1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1C8; }
p { color: rgb(208,241,200); }
H1.HeaderClassName
{
color: #D0F1C8;
}
.AnyTagClassName
{
color: #D0F1C8;
}
</style>
background-color css
<style>
a { background-color: #D0F1C8; }
a { background-color: rgb(208,241,200); }
div.DivClassName
{
background-color: #D0F1C8;
}
.BgClassName
{
background-color: #D0F1C8;
}
</style>
border-color css
<style>
span { border-color: #D0F1C8; }
span { border-color: rgb(208,241,200); }
td.TdClassName
{
border-color: #D0F1C8;
}
.TagClassName
{
border-color: #D0F1C8;
}
</style>