Shades of Snowy Mint #D7F8CA
Tints of Snowy Mint #D7F8CA
RGB
CMYK
RGB Variations
Color information
#D7F8CA (or 0xD7F8CA) is known color: Snowy Mint. HEX triplet: D7, F8 and CA. RGB value is (215,248,202). Sum of RGB (Red+Green+Blue) = 215+248+202=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F8CA is #280735. Grayscale: #E9E9E9. Windows color (decimal): -2623286 or 13301975. OLE color: 13301975.
HSL color Cylindrical-coordinate representation of color #D7F8CA: hue angle of 103.04º 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 #D7F8CA is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 248 | 202 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.03 |
| HSL | 103.04º | 0.77% | 0.88% | - |
| HSV(B) | 103.04º | 0.19% | 0.97% | - |
| XYZ | 72.25 | 85.85 | 68.64 | - |
| YUV | 232.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 248 | 202 | 0.13 | 0 | 0.19 | 0.03 | 103.04 | 0.77 | 0.88 |
| Hex | D7 | F8 | CA | D | 0 | 13 | 3 | 67 | 4D | 58 |
| Octal | 327 | 370 | 312 | 15 | 0 | 23 | 3 | 147 | 115 | 130 |
| Binary | 11010111 | 11111000 | 11001010 | 1101 | 0 | 10011 | 11 | 1100111 | 1001101 | 1011000 |
Color Harmonies of #D7F8CA
Complementary color
Monochromatic Colors of #D7F8CA
Black with #D7F8CA
Text Example
Text Example
White with #D7F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F8CA; }
p { color: rgb(215,248,202); }
H1.HeaderClassName
{
color: #D7F8CA;
}
.AnyTagClassName
{
color: #D7F8CA;
}
</style>
background-color css
<style>
a { background-color: #D7F8CA; }
a { background-color: rgb(215,248,202); }
div.DivClassName
{
background-color: #D7F8CA;
}
.BgClassName
{
background-color: #D7F8CA;
}
</style>
border-color css
<style>
span { border-color: #D7F8CA; }
span { border-color: rgb(215,248,202); }
td.TdClassName
{
border-color: #D7F8CA;
}
.TagClassName
{
border-color: #D7F8CA;
}
</style>