Shades of Snowy Mint #D0F2C6
Tints of Snowy Mint #D0F2C6
RGB
CMYK
RGB Variations
Color information
#D0F2C6 (or 0xD0F2C6) is known color: Snowy Mint. HEX triplet: D0, F2 and C6. RGB value is (208,242,198). Sum of RGB (Red+Green+Blue) = 208+242+198=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2C6 is #2F0D39. Grayscale: #E2E2E2. Windows color (decimal): -3083578 or 13038288. OLE color: 13038288.
HSL color Cylindrical-coordinate representation of color #D0F2C6: hue angle of 106.36º degrees, saturation: 0.63, 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 #D0F2C6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 198 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.05 |
| HSL | 106.36º | 0.63% | 0.86% | - |
| HSV(B) | 106.36º | 0.18% | 0.95% | - |
| XYZ | 67.96 | 80.99 | 65.48 | - |
| YUV | 226.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 198 | 0.14 | 0 | 0.18 | 0.05 | 106.36 | 0.63 | 0.86 |
| Hex | D0 | F2 | C6 | E | 0 | 12 | 5 | 6A | 3F | 56 |
| Octal | 320 | 362 | 306 | 16 | 0 | 22 | 5 | 152 | 77 | 126 |
| Binary | 11010000 | 11110010 | 11000110 | 1110 | 0 | 10010 | 101 | 1101010 | 111111 | 1010110 |
Color Harmonies of #D0F2C6
Complementary color
Monochromatic Colors of #D0F2C6
Black with #D0F2C6
Text Example
Text Example
White with #D0F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2C6; }
p { color: rgb(208,242,198); }
H1.HeaderClassName
{
color: #D0F2C6;
}
.AnyTagClassName
{
color: #D0F2C6;
}
</style>
background-color css
<style>
a { background-color: #D0F2C6; }
a { background-color: rgb(208,242,198); }
div.DivClassName
{
background-color: #D0F2C6;
}
.BgClassName
{
background-color: #D0F2C6;
}
</style>
border-color css
<style>
span { border-color: #D0F2C6; }
span { border-color: rgb(208,242,198); }
td.TdClassName
{
border-color: #D0F2C6;
}
.TagClassName
{
border-color: #D0F2C6;
}
</style>