Shades of Snowy Mint #D0F1C7
Tints of Snowy Mint #D0F1C7
RGB
CMYK
RGB Variations
Color information
#D0F1C7 (or 0xD0F1C7) is known color: Snowy Mint. HEX triplet: D0, F1 and C7. RGB value is (208,241,199). Sum of RGB (Red+Green+Blue) = 208+241+199=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1C7 is #2F0E38. Grayscale: #E2E2E2. Windows color (decimal): -3083833 or 13103568. OLE color: 13103568.
HSL color Cylindrical-coordinate representation of color #D0F1C7: hue angle of 107.14º degrees, saturation: 0.6, 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 #D0F1C7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 199 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.05 |
| HSL | 107.14º | 0.6% | 0.86% | - |
| HSV(B) | 107.14º | 0.17% | 0.95% | - |
| XYZ | 67.78 | 80.44 | 65.99 | - |
| YUV | 226.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 199 | 0.14 | 0 | 0.17 | 0.05 | 107.14 | 0.6 | 0.86 |
| Hex | D0 | F1 | C7 | E | 0 | 11 | 5 | 6B | 3C | 56 |
| Octal | 320 | 361 | 307 | 16 | 0 | 21 | 5 | 153 | 74 | 126 |
| Binary | 11010000 | 11110001 | 11000111 | 1110 | 0 | 10001 | 101 | 1101011 | 111100 | 1010110 |
Color Harmonies of #D0F1C7
Complementary color
Monochromatic Colors of #D0F1C7
Black with #D0F1C7
Text Example
Text Example
White with #D0F1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1C7; }
p { color: rgb(208,241,199); }
H1.HeaderClassName
{
color: #D0F1C7;
}
.AnyTagClassName
{
color: #D0F1C7;
}
</style>
background-color css
<style>
a { background-color: #D0F1C7; }
a { background-color: rgb(208,241,199); }
div.DivClassName
{
background-color: #D0F1C7;
}
.BgClassName
{
background-color: #D0F1C7;
}
</style>
border-color css
<style>
span { border-color: #D0F1C7; }
span { border-color: rgb(208,241,199); }
td.TdClassName
{
border-color: #D0F1C7;
}
.TagClassName
{
border-color: #D0F1C7;
}
</style>