Shades of Snowy Mint #D5FACA
Tints of Snowy Mint #D5FACA
RGB
CMYK
RGB Variations
Color information
#D5FACA (or 0xD5FACA) is known color: Snowy Mint. HEX triplet: D5, FA and CA. RGB value is (213,250,202). Sum of RGB (Red+Green+Blue) = 213+250+202=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FACA is #2A0535. Grayscale: #E9E9E9. Windows color (decimal): -2753846 or 13302485. OLE color: 13302485.
HSL color Cylindrical-coordinate representation of color #D5FACA: hue angle of 106.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 #D5FACA is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 202 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.02 |
| HSL | 106.25º | 0.83% | 0.89% | - |
| HSV(B) | 106.25º | 0.19% | 0.98% | - |
| XYZ | 72.29 | 86.78 | 68.82 | - |
| YUV | 233.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 202 | 0.15 | 0 | 0.19 | 0.02 | 106.25 | 0.83 | 0.89 |
| Hex | D5 | FA | CA | F | 0 | 13 | 2 | 6A | 53 | 59 |
| Octal | 325 | 372 | 312 | 17 | 0 | 23 | 2 | 152 | 123 | 131 |
| Binary | 11010101 | 11111010 | 11001010 | 1111 | 0 | 10011 | 10 | 1101010 | 1010011 | 1011001 |
Color Harmonies of #D5FACA
Complementary color
Monochromatic Colors of #D5FACA
Black with #D5FACA
Text Example
Text Example
White with #D5FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FACA; }
p { color: rgb(213,250,202); }
H1.HeaderClassName
{
color: #D5FACA;
}
.AnyTagClassName
{
color: #D5FACA;
}
</style>
background-color css
<style>
a { background-color: #D5FACA; }
a { background-color: rgb(213,250,202); }
div.DivClassName
{
background-color: #D5FACA;
}
.BgClassName
{
background-color: #D5FACA;
}
</style>
border-color css
<style>
span { border-color: #D5FACA; }
span { border-color: rgb(213,250,202); }
td.TdClassName
{
border-color: #D5FACA;
}
.TagClassName
{
border-color: #D5FACA;
}
</style>