Shades of Snowy Mint #D0F8C5
Tints of Snowy Mint #D0F8C5
RGB
CMYK
RGB Variations
Color information
#D0F8C5 (or 0xD0F8C5) is known color: Snowy Mint. HEX triplet: D0, F8 and C5. RGB value is (208,248,197). Sum of RGB (Red+Green+Blue) = 208+248+197=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8C5 is #2F073A. Grayscale: #E6E6E6. Windows color (decimal): -3082043 or 12974288. OLE color: 12974288.
HSL color Cylindrical-coordinate representation of color #D0F8C5: hue angle of 107.06º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0F8C5 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 197 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.03 |
| HSL | 107.06º | 0.78% | 0.87% | - |
| HSV(B) | 107.06º | 0.21% | 0.97% | - |
| XYZ | 69.66 | 84.58 | 65.48 | - |
| YUV | 230.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 197 | 0.16 | 0 | 0.21 | 0.03 | 107.06 | 0.78 | 0.87 |
| Hex | D0 | F8 | C5 | 10 | 0 | 15 | 3 | 6B | 4E | 57 |
| Octal | 320 | 370 | 305 | 20 | 0 | 25 | 3 | 153 | 116 | 127 |
| Binary | 11010000 | 11111000 | 11000101 | 10000 | 0 | 10101 | 11 | 1101011 | 1001110 | 1010111 |
Color Harmonies of #D0F8C5
Complementary color
Monochromatic Colors of #D0F8C5
Black with #D0F8C5
Text Example
Text Example
White with #D0F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8C5; }
p { color: rgb(208,248,197); }
H1.HeaderClassName
{
color: #D0F8C5;
}
.AnyTagClassName
{
color: #D0F8C5;
}
</style>
background-color css
<style>
a { background-color: #D0F8C5; }
a { background-color: rgb(208,248,197); }
div.DivClassName
{
background-color: #D0F8C5;
}
.BgClassName
{
background-color: #D0F8C5;
}
</style>
border-color css
<style>
span { border-color: #D0F8C5; }
span { border-color: rgb(208,248,197); }
td.TdClassName
{
border-color: #D0F8C5;
}
.TagClassName
{
border-color: #D0F8C5;
}
</style>