Shades of Snowy Mint #D6FACA
Tints of Snowy Mint #D6FACA
RGB
CMYK
RGB Variations
Color information
#D6FACA (or 0xD6FACA) is known color: Snowy Mint. HEX triplet: D6, FA and CA. RGB value is (214,250,202). Sum of RGB (Red+Green+Blue) = 214+250+202=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FACA is #290535. Grayscale: #E9E9E9. Windows color (decimal): -2688310 or 13302486. OLE color: 13302486.
HSL color Cylindrical-coordinate representation of color #D6FACA: hue angle of 105º 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 #D6FACA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 202 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.02 |
| HSL | 105º | 0.83% | 0.89% | - |
| HSV(B) | 105º | 0.19% | 0.98% | - |
| XYZ | 72.58 | 86.93 | 68.83 | - |
| YUV | 233.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 202 | 0.14 | 0 | 0.19 | 0.02 | 105 | 0.83 | 0.89 |
| Hex | D6 | FA | CA | E | 0 | 13 | 2 | 69 | 53 | 59 |
| Octal | 326 | 372 | 312 | 16 | 0 | 23 | 2 | 151 | 123 | 131 |
| Binary | 11010110 | 11111010 | 11001010 | 1110 | 0 | 10011 | 10 | 1101001 | 1010011 | 1011001 |
Color Harmonies of #D6FACA
Complementary color
Monochromatic Colors of #D6FACA
Black with #D6FACA
Text Example
Text Example
White with #D6FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FACA; }
p { color: rgb(214,250,202); }
H1.HeaderClassName
{
color: #D6FACA;
}
.AnyTagClassName
{
color: #D6FACA;
}
</style>
background-color css
<style>
a { background-color: #D6FACA; }
a { background-color: rgb(214,250,202); }
div.DivClassName
{
background-color: #D6FACA;
}
.BgClassName
{
background-color: #D6FACA;
}
</style>
border-color css
<style>
span { border-color: #D6FACA; }
span { border-color: rgb(214,250,202); }
td.TdClassName
{
border-color: #D6FACA;
}
.TagClassName
{
border-color: #D6FACA;
}
</style>