Shades of Snowy Mint #D0F3C8
Tints of Snowy Mint #D0F3C8
RGB
CMYK
RGB Variations
Color information
#D0F3C8 (or 0xD0F3C8) is known color: Snowy Mint. HEX triplet: D0, F3 and C8. RGB value is (208,243,200). Sum of RGB (Red+Green+Blue) = 208+243+200=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3C8 is #2F0C37. Grayscale: #E3E3E3. Windows color (decimal): -3083320 or 13169616. OLE color: 13169616.
HSL color Cylindrical-coordinate representation of color #D0F3C8: hue angle of 108.84º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F3C8 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 200 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.05 |
| HSL | 108.84º | 0.64% | 0.87% | - |
| HSV(B) | 108.84º | 0.18% | 0.95% | - |
| XYZ | 68.49 | 81.68 | 66.8 | - |
| YUV | 227.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 200 | 0.14 | 0 | 0.18 | 0.05 | 108.84 | 0.64 | 0.87 |
| Hex | D0 | F3 | C8 | E | 0 | 12 | 5 | 6D | 40 | 57 |
| Octal | 320 | 363 | 310 | 16 | 0 | 22 | 5 | 155 | 100 | 127 |
| Binary | 11010000 | 11110011 | 11001000 | 1110 | 0 | 10010 | 101 | 1101101 | 1000000 | 1010111 |
Color Harmonies of #D0F3C8
Complementary color
Monochromatic Colors of #D0F3C8
Black with #D0F3C8
Text Example
Text Example
White with #D0F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3C8; }
p { color: rgb(208,243,200); }
H1.HeaderClassName
{
color: #D0F3C8;
}
.AnyTagClassName
{
color: #D0F3C8;
}
</style>
background-color css
<style>
a { background-color: #D0F3C8; }
a { background-color: rgb(208,243,200); }
div.DivClassName
{
background-color: #D0F3C8;
}
.BgClassName
{
background-color: #D0F3C8;
}
</style>
border-color css
<style>
span { border-color: #D0F3C8; }
span { border-color: rgb(208,243,200); }
td.TdClassName
{
border-color: #D0F3C8;
}
.TagClassName
{
border-color: #D0F3C8;
}
</style>