Shades of Snowy Mint #D0F1C6
Tints of Snowy Mint #D0F1C6
RGB
CMYK
RGB Variations
Color information
#D0F1C6 (or 0xD0F1C6) is known color: Snowy Mint. HEX triplet: D0, F1 and C6. RGB value is (208,241,198). Sum of RGB (Red+Green+Blue) = 208+241+198=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1C6 is #2F0E39. Grayscale: #E2E2E2. Windows color (decimal): -3083834 or 13038032. OLE color: 13038032.
HSL color Cylindrical-coordinate representation of color #D0F1C6: hue angle of 106.05º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F1C6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 198 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.05 |
| HSL | 106.05º | 0.61% | 0.86% | - |
| HSV(B) | 106.05º | 0.18% | 0.95% | - |
| XYZ | 67.66 | 80.4 | 65.38 | - |
| YUV | 226.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 198 | 0.14 | 0 | 0.18 | 0.05 | 106.05 | 0.61 | 0.86 |
| Hex | D0 | F1 | C6 | E | 0 | 12 | 5 | 6A | 3D | 56 |
| Octal | 320 | 361 | 306 | 16 | 0 | 22 | 5 | 152 | 75 | 126 |
| Binary | 11010000 | 11110001 | 11000110 | 1110 | 0 | 10010 | 101 | 1101010 | 111101 | 1010110 |
Color Harmonies of #D0F1C6
Complementary color
Monochromatic Colors of #D0F1C6
Black with #D0F1C6
Text Example
Text Example
White with #D0F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1C6; }
p { color: rgb(208,241,198); }
H1.HeaderClassName
{
color: #D0F1C6;
}
.AnyTagClassName
{
color: #D0F1C6;
}
</style>
background-color css
<style>
a { background-color: #D0F1C6; }
a { background-color: rgb(208,241,198); }
div.DivClassName
{
background-color: #D0F1C6;
}
.BgClassName
{
background-color: #D0F1C6;
}
</style>
border-color css
<style>
span { border-color: #D0F1C6; }
span { border-color: rgb(208,241,198); }
td.TdClassName
{
border-color: #D0F1C6;
}
.TagClassName
{
border-color: #D0F1C6;
}
</style>