Shades of Snowy Mint #D0F3C6
Tints of Snowy Mint #D0F3C6
RGB
CMYK
RGB Variations
Color information
#D0F3C6 (or 0xD0F3C6) is known color: Snowy Mint. HEX triplet: D0, F3 and C6. RGB value is (208,243,198). Sum of RGB (Red+Green+Blue) = 208+243+198=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3C6 is #2F0C39. Grayscale: #E3E3E3. Windows color (decimal): -3083322 or 13038544. OLE color: 13038544.
HSL color Cylindrical-coordinate representation of color #D0F3C6: hue angle of 106.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0F3C6 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 198 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 106.67º | 0.65% | 0.86% | - |
| HSV(B) | 106.67º | 0.19% | 0.95% | - |
| XYZ | 68.26 | 81.59 | 65.58 | - |
| YUV | 227.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 198 | 0.14 | 0 | 0.19 | 0.05 | 106.67 | 0.65 | 0.86 |
| Hex | D0 | F3 | C6 | E | 0 | 13 | 5 | 6B | 41 | 56 |
| Octal | 320 | 363 | 306 | 16 | 0 | 23 | 5 | 153 | 101 | 126 |
| Binary | 11010000 | 11110011 | 11000110 | 1110 | 0 | 10011 | 101 | 1101011 | 1000001 | 1010110 |
Color Harmonies of #D0F3C6
Complementary color
Monochromatic Colors of #D0F3C6
Black with #D0F3C6
Text Example
Text Example
White with #D0F3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3C6; }
p { color: rgb(208,243,198); }
H1.HeaderClassName
{
color: #D0F3C6;
}
.AnyTagClassName
{
color: #D0F3C6;
}
</style>
background-color css
<style>
a { background-color: #D0F3C6; }
a { background-color: rgb(208,243,198); }
div.DivClassName
{
background-color: #D0F3C6;
}
.BgClassName
{
background-color: #D0F3C6;
}
</style>
border-color css
<style>
span { border-color: #D0F3C6; }
span { border-color: rgb(208,243,198); }
td.TdClassName
{
border-color: #D0F3C6;
}
.TagClassName
{
border-color: #D0F3C6;
}
</style>