Shades of Snowy Mint #D1FAC5
Tints of Snowy Mint #D1FAC5
RGB
CMYK
RGB Variations
Color information
#D1FAC5 (or 0xD1FAC5) is known color: Snowy Mint. HEX triplet: D1, FA and C5. RGB value is (209,250,197). Sum of RGB (Red+Green+Blue) = 209+250+197=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAC5 is #2E053A. Grayscale: #E7E7E7. Windows color (decimal): -3015995 or 12974801. OLE color: 12974801.
HSL color Cylindrical-coordinate representation of color #D1FAC5: hue angle of 106.42º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1FAC5 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 197 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.02 |
| HSL | 106.42º | 0.84% | 0.88% | - |
| HSV(B) | 106.42º | 0.21% | 0.98% | - |
| XYZ | 70.56 | 85.96 | 65.7 | - |
| YUV | 231.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 197 | 0.16 | 0 | 0.21 | 0.02 | 106.42 | 0.84 | 0.88 |
| Hex | D1 | FA | C5 | 10 | 0 | 15 | 2 | 6A | 54 | 58 |
| Octal | 321 | 372 | 305 | 20 | 0 | 25 | 2 | 152 | 124 | 130 |
| Binary | 11010001 | 11111010 | 11000101 | 10000 | 0 | 10101 | 10 | 1101010 | 1010100 | 1011000 |
Color Harmonies of #D1FAC5
Complementary color
Monochromatic Colors of #D1FAC5
Black with #D1FAC5
Text Example
Text Example
White with #D1FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAC5; }
p { color: rgb(209,250,197); }
H1.HeaderClassName
{
color: #D1FAC5;
}
.AnyTagClassName
{
color: #D1FAC5;
}
</style>
background-color css
<style>
a { background-color: #D1FAC5; }
a { background-color: rgb(209,250,197); }
div.DivClassName
{
background-color: #D1FAC5;
}
.BgClassName
{
background-color: #D1FAC5;
}
</style>
border-color css
<style>
span { border-color: #D1FAC5; }
span { border-color: rgb(209,250,197); }
td.TdClassName
{
border-color: #D1FAC5;
}
.TagClassName
{
border-color: #D1FAC5;
}
</style>