Shades of Snowy Mint #D4FACC
Tints of Snowy Mint #D4FACC
RGB
CMYK
RGB Variations
Color information
#D4FACC (or 0xD4FACC) is known color: Snowy Mint. HEX triplet: D4, FA and CC. RGB value is (212,250,204). Sum of RGB (Red+Green+Blue) = 212+250+204=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FACC is #2B0533. Grayscale: #E9E9E9. Windows color (decimal): -2819380 or 13433556. OLE color: 13433556.
HSL color Cylindrical-coordinate representation of color #D4FACC: hue angle of 109.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4FACC is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 204 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.02 |
| HSL | 109.57º | 0.82% | 0.89% | - |
| HSV(B) | 109.57º | 0.18% | 0.98% | - |
| XYZ | 72.24 | 86.73 | 70.06 | - |
| YUV | 233.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 204 | 0.15 | 0 | 0.18 | 0.02 | 109.57 | 0.82 | 0.89 |
| Hex | D4 | FA | CC | F | 0 | 12 | 2 | 6E | 52 | 59 |
| Octal | 324 | 372 | 314 | 17 | 0 | 22 | 2 | 156 | 122 | 131 |
| Binary | 11010100 | 11111010 | 11001100 | 1111 | 0 | 10010 | 10 | 1101110 | 1010010 | 1011001 |
Color Harmonies of #D4FACC
Complementary color
Monochromatic Colors of #D4FACC
Black with #D4FACC
Text Example
Text Example
White with #D4FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FACC; }
p { color: rgb(212,250,204); }
H1.HeaderClassName
{
color: #D4FACC;
}
.AnyTagClassName
{
color: #D4FACC;
}
</style>
background-color css
<style>
a { background-color: #D4FACC; }
a { background-color: rgb(212,250,204); }
div.DivClassName
{
background-color: #D4FACC;
}
.BgClassName
{
background-color: #D4FACC;
}
</style>
border-color css
<style>
span { border-color: #D4FACC; }
span { border-color: rgb(212,250,204); }
td.TdClassName
{
border-color: #D4FACC;
}
.TagClassName
{
border-color: #D4FACC;
}
</style>