Shades of Snowy Mint #D7FAC8
Tints of Snowy Mint #D7FAC8
RGB
CMYK
RGB Variations
Color information
#D7FAC8 (or 0xD7FAC8) is known color: Snowy Mint. HEX triplet: D7, FA and C8. RGB value is (215,250,200). Sum of RGB (Red+Green+Blue) = 215+250+200=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAC8 is #280537. Grayscale: #EAEAEA. Windows color (decimal): -2622776 or 13171415. OLE color: 13171415.
HSL color Cylindrical-coordinate representation of color #D7FAC8: hue angle of 102º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7FAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 200 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.02 |
| HSL | 102º | 0.83% | 0.88% | - |
| HSV(B) | 102º | 0.2% | 0.98% | - |
| XYZ | 72.64 | 86.99 | 67.61 | - |
| YUV | 233.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 200 | 0.14 | 0 | 0.2 | 0.02 | 102 | 0.83 | 0.88 |
| Hex | D7 | FA | C8 | E | 0 | 14 | 2 | 66 | 53 | 58 |
| Octal | 327 | 372 | 310 | 16 | 0 | 24 | 2 | 146 | 123 | 130 |
| Binary | 11010111 | 11111010 | 11001000 | 1110 | 0 | 10100 | 10 | 1100110 | 1010011 | 1011000 |
Color Harmonies of #D7FAC8
Complementary color
Monochromatic Colors of #D7FAC8
Black with #D7FAC8
Text Example
Text Example
White with #D7FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FAC8; }
p { color: rgb(215,250,200); }
H1.HeaderClassName
{
color: #D7FAC8;
}
.AnyTagClassName
{
color: #D7FAC8;
}
</style>
background-color css
<style>
a { background-color: #D7FAC8; }
a { background-color: rgb(215,250,200); }
div.DivClassName
{
background-color: #D7FAC8;
}
.BgClassName
{
background-color: #D7FAC8;
}
</style>
border-color css
<style>
span { border-color: #D7FAC8; }
span { border-color: rgb(215,250,200); }
td.TdClassName
{
border-color: #D7FAC8;
}
.TagClassName
{
border-color: #D7FAC8;
}
</style>