Shades of Snowy Mint #D7F8C8
Tints of Snowy Mint #D7F8C8
RGB
CMYK
RGB Variations
Color information
#D7F8C8 (or 0xD7F8C8) is known color: Snowy Mint. HEX triplet: D7, F8 and C8. RGB value is (215,248,200). Sum of RGB (Red+Green+Blue) = 215+248+200=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 200 (78.52% from 255 or 30.17% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F8C8 is #280737. Grayscale: #E8E8E8. Windows color (decimal): -2623288 or 13170903. OLE color: 13170903.
HSL color Cylindrical-coordinate representation of color #D7F8C8: hue angle of 101.25º 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 #D7F8C8 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 248 | 200 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.03 |
| HSL | 101.25º | 0.77% | 0.88% | - |
| HSV(B) | 101.25º | 0.19% | 0.97% | - |
| XYZ | 72.02 | 85.75 | 67.4 | - |
| YUV | 232.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 248 | 200 | 0.13 | 0 | 0.19 | 0.03 | 101.25 | 0.77 | 0.88 |
| Hex | D7 | F8 | C8 | D | 0 | 13 | 3 | 65 | 4D | 58 |
| Octal | 327 | 370 | 310 | 15 | 0 | 23 | 3 | 145 | 115 | 130 |
| Binary | 11010111 | 11111000 | 11001000 | 1101 | 0 | 10011 | 11 | 1100101 | 1001101 | 1011000 |
Color Harmonies of #D7F8C8
Complementary color
Monochromatic Colors of #D7F8C8
Black with #D7F8C8
Text Example
Text Example
White with #D7F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F8C8; }
p { color: rgb(215,248,200); }
H1.HeaderClassName
{
color: #D7F8C8;
}
.AnyTagClassName
{
color: #D7F8C8;
}
</style>
background-color css
<style>
a { background-color: #D7F8C8; }
a { background-color: rgb(215,248,200); }
div.DivClassName
{
background-color: #D7F8C8;
}
.BgClassName
{
background-color: #D7F8C8;
}
</style>
border-color css
<style>
span { border-color: #D7F8C8; }
span { border-color: rgb(215,248,200); }
td.TdClassName
{
border-color: #D7F8C8;
}
.TagClassName
{
border-color: #D7F8C8;
}
</style>