Shades of Snowy Mint #D2FACA
Tints of Snowy Mint #D2FACA
RGB
CMYK
RGB Variations
Color information
#D2FACA (or 0xD2FACA) is known color: Snowy Mint. HEX triplet: D2, FA and CA. RGB value is (210,250,202). Sum of RGB (Red+Green+Blue) = 210+250+202=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FACA is #2D0535. Grayscale: #E8E8E8. Windows color (decimal): -2950454 or 13302482. OLE color: 13302482.
HSL color Cylindrical-coordinate representation of color #D2FACA: hue angle of 110º 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 #D2FACA is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 202 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.02 |
| HSL | 110º | 0.83% | 0.89% | - |
| HSV(B) | 110º | 0.19% | 0.98% | - |
| XYZ | 71.42 | 86.34 | 68.78 | - |
| YUV | 232.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 202 | 0.16 | 0 | 0.19 | 0.02 | 110 | 0.83 | 0.89 |
| Hex | D2 | FA | CA | 10 | 0 | 13 | 2 | 6E | 53 | 59 |
| Octal | 322 | 372 | 312 | 20 | 0 | 23 | 2 | 156 | 123 | 131 |
| Binary | 11010010 | 11111010 | 11001010 | 10000 | 0 | 10011 | 10 | 1101110 | 1010011 | 1011001 |
Color Harmonies of #D2FACA
Complementary color
Monochromatic Colors of #D2FACA
Black with #D2FACA
Text Example
Text Example
White with #D2FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FACA; }
p { color: rgb(210,250,202); }
H1.HeaderClassName
{
color: #D2FACA;
}
.AnyTagClassName
{
color: #D2FACA;
}
</style>
background-color css
<style>
a { background-color: #D2FACA; }
a { background-color: rgb(210,250,202); }
div.DivClassName
{
background-color: #D2FACA;
}
.BgClassName
{
background-color: #D2FACA;
}
</style>
border-color css
<style>
span { border-color: #D2FACA; }
span { border-color: rgb(210,250,202); }
td.TdClassName
{
border-color: #D2FACA;
}
.TagClassName
{
border-color: #D2FACA;
}
</style>