Shades of Snowy Mint #D1F8CA
Tints of Snowy Mint #D1F8CA
RGB
CMYK
RGB Variations
Color information
#D1F8CA (or 0xD1F8CA) is known color: Snowy Mint. HEX triplet: D1, F8 and CA. RGB value is (209,248,202). Sum of RGB (Red+Green+Blue) = 209+248+202=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F8CA is #2E0735. Grayscale: #E7E7E7. Windows color (decimal): -3016502 or 13301969. OLE color: 13301969.
HSL color Cylindrical-coordinate representation of color #D1F8CA: hue angle of 110.87º 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 #D1F8CA is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 202 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.03 |
| HSL | 110.87º | 0.77% | 0.88% | - |
| HSV(B) | 110.87º | 0.19% | 0.97% | - |
| XYZ | 70.52 | 84.95 | 68.56 | - |
| YUV | 231.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 202 | 0.16 | 0 | 0.19 | 0.03 | 110.87 | 0.77 | 0.88 |
| Hex | D1 | F8 | CA | 10 | 0 | 13 | 3 | 6F | 4D | 58 |
| Octal | 321 | 370 | 312 | 20 | 0 | 23 | 3 | 157 | 115 | 130 |
| Binary | 11010001 | 11111000 | 11001010 | 10000 | 0 | 10011 | 11 | 1101111 | 1001101 | 1011000 |
Color Harmonies of #D1F8CA
Complementary color
Monochromatic Colors of #D1F8CA
Black with #D1F8CA
Text Example
Text Example
White with #D1F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8CA; }
p { color: rgb(209,248,202); }
H1.HeaderClassName
{
color: #D1F8CA;
}
.AnyTagClassName
{
color: #D1F8CA;
}
</style>
background-color css
<style>
a { background-color: #D1F8CA; }
a { background-color: rgb(209,248,202); }
div.DivClassName
{
background-color: #D1F8CA;
}
.BgClassName
{
background-color: #D1F8CA;
}
</style>
border-color css
<style>
span { border-color: #D1F8CA; }
span { border-color: rgb(209,248,202); }
td.TdClassName
{
border-color: #D1F8CA;
}
.TagClassName
{
border-color: #D1F8CA;
}
</style>