Shades of Snowy Mint #D4FACA
Tints of Snowy Mint #D4FACA
RGB
CMYK
RGB Variations
Color information
#D4FACA (or 0xD4FACA) is known color: Snowy Mint. HEX triplet: D4, FA and CA. RGB value is (212,250,202). Sum of RGB (Red+Green+Blue) = 212+250+202=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FACA is #2B0535. Grayscale: #E9E9E9. Windows color (decimal): -2819382 or 13302484. OLE color: 13302484.
HSL color Cylindrical-coordinate representation of color #D4FACA: hue angle of 107.5º 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 #D4FACA is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 202 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.02 |
| HSL | 107.5º | 0.83% | 0.89% | - |
| HSV(B) | 107.5º | 0.19% | 0.98% | - |
| XYZ | 72 | 86.63 | 68.8 | - |
| YUV | 233.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 202 | 0.15 | 0 | 0.19 | 0.02 | 107.5 | 0.83 | 0.89 |
| Hex | D4 | FA | CA | F | 0 | 13 | 2 | 6C | 53 | 59 |
| Octal | 324 | 372 | 312 | 17 | 0 | 23 | 2 | 154 | 123 | 131 |
| Binary | 11010100 | 11111010 | 11001010 | 1111 | 0 | 10011 | 10 | 1101100 | 1010011 | 1011001 |
Color Harmonies of #D4FACA
Complementary color
Monochromatic Colors of #D4FACA
Black with #D4FACA
Text Example
Text Example
White with #D4FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FACA; }
p { color: rgb(212,250,202); }
H1.HeaderClassName
{
color: #D4FACA;
}
.AnyTagClassName
{
color: #D4FACA;
}
</style>
background-color css
<style>
a { background-color: #D4FACA; }
a { background-color: rgb(212,250,202); }
div.DivClassName
{
background-color: #D4FACA;
}
.BgClassName
{
background-color: #D4FACA;
}
</style>
border-color css
<style>
span { border-color: #D4FACA; }
span { border-color: rgb(212,250,202); }
td.TdClassName
{
border-color: #D4FACA;
}
.TagClassName
{
border-color: #D4FACA;
}
</style>