Shades of Snowy Mint #D8F9CA
Tints of Snowy Mint #D8F9CA
RGB
CMYK
RGB Variations
Color information
#D8F9CA (or 0xD8F9CA) is known color: Snowy Mint. HEX triplet: D8, F9 and CA. RGB value is (216,249,202). Sum of RGB (Red+Green+Blue) = 216+249+202=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F9CA is #270635. Grayscale: #E9E9E9. Windows color (decimal): -2557494 or 13302232. OLE color: 13302232.
HSL color Cylindrical-coordinate representation of color #D8F9CA: hue angle of 102.13º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8F9CA is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 202 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.02 |
| HSL | 102.13º | 0.8% | 0.88% | - |
| HSV(B) | 102.13º | 0.19% | 0.98% | - |
| XYZ | 72.86 | 86.61 | 68.76 | - |
| YUV | 233.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 202 | 0.13 | 0 | 0.19 | 0.02 | 102.13 | 0.8 | 0.88 |
| Hex | D8 | F9 | CA | D | 0 | 13 | 2 | 66 | 50 | 58 |
| Octal | 330 | 371 | 312 | 15 | 0 | 23 | 2 | 146 | 120 | 130 |
| Binary | 11011000 | 11111001 | 11001010 | 1101 | 0 | 10011 | 10 | 1100110 | 1010000 | 1011000 |
Color Harmonies of #D8F9CA
Complementary color
Monochromatic Colors of #D8F9CA
Black with #D8F9CA
Text Example
Text Example
White with #D8F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F9CA; }
p { color: rgb(216,249,202); }
H1.HeaderClassName
{
color: #D8F9CA;
}
.AnyTagClassName
{
color: #D8F9CA;
}
</style>
background-color css
<style>
a { background-color: #D8F9CA; }
a { background-color: rgb(216,249,202); }
div.DivClassName
{
background-color: #D8F9CA;
}
.BgClassName
{
background-color: #D8F9CA;
}
</style>
border-color css
<style>
span { border-color: #D8F9CA; }
span { border-color: rgb(216,249,202); }
td.TdClassName
{
border-color: #D8F9CA;
}
.TagClassName
{
border-color: #D8F9CA;
}
</style>