Shades of Snowy Mint #D0F4C9
Tints of Snowy Mint #D0F4C9
RGB
CMYK
RGB Variations
Color information
#D0F4C9 (or 0xD0F4C9) is known color: Snowy Mint. HEX triplet: D0, F4 and C9. RGB value is (208,244,201). Sum of RGB (Red+Green+Blue) = 208+244+201=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4C9 is #2F0B36. Grayscale: #E4E4E4. Windows color (decimal): -3083063 or 13235408. OLE color: 13235408.
HSL color Cylindrical-coordinate representation of color #D0F4C9: hue angle of 110.23º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F4C9 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 201 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.04 |
| HSL | 110.23º | 0.66% | 0.87% | - |
| HSV(B) | 110.23º | 0.18% | 0.96% | - |
| XYZ | 68.91 | 82.33 | 67.52 | - |
| YUV | 228.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 201 | 0.15 | 0 | 0.18 | 0.04 | 110.23 | 0.66 | 0.87 |
| Hex | D0 | F4 | C9 | F | 0 | 12 | 4 | 6E | 42 | 57 |
| Octal | 320 | 364 | 311 | 17 | 0 | 22 | 4 | 156 | 102 | 127 |
| Binary | 11010000 | 11110100 | 11001001 | 1111 | 0 | 10010 | 100 | 1101110 | 1000010 | 1010111 |
Color Harmonies of #D0F4C9
Complementary color
Monochromatic Colors of #D0F4C9
Black with #D0F4C9
Text Example
Text Example
White with #D0F4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4C9; }
p { color: rgb(208,244,201); }
H1.HeaderClassName
{
color: #D0F4C9;
}
.AnyTagClassName
{
color: #D0F4C9;
}
</style>
background-color css
<style>
a { background-color: #D0F4C9; }
a { background-color: rgb(208,244,201); }
div.DivClassName
{
background-color: #D0F4C9;
}
.BgClassName
{
background-color: #D0F4C9;
}
</style>
border-color css
<style>
span { border-color: #D0F4C9; }
span { border-color: rgb(208,244,201); }
td.TdClassName
{
border-color: #D0F4C9;
}
.TagClassName
{
border-color: #D0F4C9;
}
</style>