Shades of Snowy Mint #D8F8CA
Tints of Snowy Mint #D8F8CA
RGB
CMYK
RGB Variations
Color information
#D8F8CA (or 0xD8F8CA) is known color: Snowy Mint. HEX triplet: D8, F8 and CA. RGB value is (216,248,202). Sum of RGB (Red+Green+Blue) = 216+248+202=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F8CA is #270735. Grayscale: #E9E9E9. Windows color (decimal): -2557750 or 13301976. OLE color: 13301976.
HSL color Cylindrical-coordinate representation of color #D8F8CA: hue angle of 101.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8F8CA is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 202 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.03 |
| HSL | 101.74º | 0.77% | 0.88% | - |
| HSV(B) | 101.74º | 0.19% | 0.97% | - |
| XYZ | 72.55 | 86 | 68.65 | - |
| YUV | 233.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 202 | 0.13 | 0 | 0.19 | 0.03 | 101.74 | 0.77 | 0.88 |
| Hex | D8 | F8 | CA | D | 0 | 13 | 3 | 66 | 4D | 58 |
| Octal | 330 | 370 | 312 | 15 | 0 | 23 | 3 | 146 | 115 | 130 |
| Binary | 11011000 | 11111000 | 11001010 | 1101 | 0 | 10011 | 11 | 1100110 | 1001101 | 1011000 |
Color Harmonies of #D8F8CA
Complementary color
Monochromatic Colors of #D8F8CA
Black with #D8F8CA
Text Example
Text Example
White with #D8F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F8CA; }
p { color: rgb(216,248,202); }
H1.HeaderClassName
{
color: #D8F8CA;
}
.AnyTagClassName
{
color: #D8F8CA;
}
</style>
background-color css
<style>
a { background-color: #D8F8CA; }
a { background-color: rgb(216,248,202); }
div.DivClassName
{
background-color: #D8F8CA;
}
.BgClassName
{
background-color: #D8F8CA;
}
</style>
border-color css
<style>
span { border-color: #D8F8CA; }
span { border-color: rgb(216,248,202); }
td.TdClassName
{
border-color: #D8F8CA;
}
.TagClassName
{
border-color: #D8F8CA;
}
</style>