Shades of Snowy Mint #D1FACA
Tints of Snowy Mint #D1FACA
RGB
CMYK
RGB Variations
Color information
#D1FACA (or 0xD1FACA) is known color: Snowy Mint. HEX triplet: D1, FA and CA. RGB value is (209,250,202). Sum of RGB (Red+Green+Blue) = 209+250+202=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACA is #2E0535. Grayscale: #E8E8E8. Windows color (decimal): -3015990 or 13302481. OLE color: 13302481.
HSL color Cylindrical-coordinate representation of color #D1FACA: hue angle of 111.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1FACA is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 202 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.02 |
| HSL | 111.25º | 0.83% | 0.89% | - |
| HSV(B) | 111.25º | 0.19% | 0.98% | - |
| XYZ | 71.14 | 86.19 | 68.76 | - |
| YUV | 232.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 202 | 0.16 | 0 | 0.19 | 0.02 | 111.25 | 0.83 | 0.89 |
| Hex | D1 | FA | CA | 10 | 0 | 13 | 2 | 6F | 53 | 59 |
| Octal | 321 | 372 | 312 | 20 | 0 | 23 | 2 | 157 | 123 | 131 |
| Binary | 11010001 | 11111010 | 11001010 | 10000 | 0 | 10011 | 10 | 1101111 | 1010011 | 1011001 |
Color Harmonies of #D1FACA
Complementary color
Monochromatic Colors of #D1FACA
Black with #D1FACA
Text Example
Text Example
White with #D1FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FACA; }
p { color: rgb(209,250,202); }
H1.HeaderClassName
{
color: #D1FACA;
}
.AnyTagClassName
{
color: #D1FACA;
}
</style>
background-color css
<style>
a { background-color: #D1FACA; }
a { background-color: rgb(209,250,202); }
div.DivClassName
{
background-color: #D1FACA;
}
.BgClassName
{
background-color: #D1FACA;
}
</style>
border-color css
<style>
span { border-color: #D1FACA; }
span { border-color: rgb(209,250,202); }
td.TdClassName
{
border-color: #D1FACA;
}
.TagClassName
{
border-color: #D1FACA;
}
</style>