Shades of Snowy Mint #D0FEC8
Tints of Snowy Mint #D0FEC8
RGB
CMYK
RGB Variations
Color information
#D0FEC8 (or 0xD0FEC8) is known color: Snowy Mint. HEX triplet: D0, FE and C8. RGB value is (208,254,200). Sum of RGB (Red+Green+Blue) = 208+254+200=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEC8 is #2F0137. Grayscale: #EAEAEA. Windows color (decimal): -3080504 or 13172432. OLE color: 13172432.
HSL color Cylindrical-coordinate representation of color #D0FEC8: hue angle of 111.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0FEC8 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 200 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.00 |
| HSL | 111.11º | 0.96% | 0.89% | - |
| HSV(B) | 111.11º | 0.21% | 1% | - |
| XYZ | 71.88 | 88.46 | 67.93 | - |
| YUV | 234.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 200 | 0.18 | 0 | 0.21 | 0.00 | 111.11 | 0.96 | 0.89 |
| Hex | D0 | FE | C8 | 12 | 0 | 15 | 0 | 6F | 60 | 59 |
| Octal | 320 | 376 | 310 | 22 | 0 | 25 | 0 | 157 | 140 | 131 |
| Binary | 11010000 | 11111110 | 11001000 | 10010 | 0 | 10101 | 0 | 1101111 | 1100000 | 1011001 |
Color Harmonies of #D0FEC8
Complementary color
Monochromatic Colors of #D0FEC8
Black with #D0FEC8
Text Example
Text Example
White with #D0FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEC8; }
p { color: rgb(208,254,200); }
H1.HeaderClassName
{
color: #D0FEC8;
}
.AnyTagClassName
{
color: #D0FEC8;
}
</style>
background-color css
<style>
a { background-color: #D0FEC8; }
a { background-color: rgb(208,254,200); }
div.DivClassName
{
background-color: #D0FEC8;
}
.BgClassName
{
background-color: #D0FEC8;
}
</style>
border-color css
<style>
span { border-color: #D0FEC8; }
span { border-color: rgb(208,254,200); }
td.TdClassName
{
border-color: #D0FEC8;
}
.TagClassName
{
border-color: #D0FEC8;
}
</style>