Shades of Snowy Mint #D4FACB
Tints of Snowy Mint #D4FACB
RGB
CMYK
RGB Variations
Color information
#D4FACB (or 0xD4FACB) is known color: Snowy Mint. HEX triplet: D4, FA and CB. RGB value is (212,250,203). Sum of RGB (Red+Green+Blue) = 212+250+203=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FACB is #2B0534. Grayscale: #E9E9E9. Windows color (decimal): -2819381 or 13368020. OLE color: 13368020.
HSL color Cylindrical-coordinate representation of color #D4FACB: hue angle of 108.51º degrees, saturation: 0.82, 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 #D4FACB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 203 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.02 |
| HSL | 108.51º | 0.82% | 0.89% | - |
| HSV(B) | 108.51º | 0.19% | 0.98% | - |
| XYZ | 72.12 | 86.68 | 69.43 | - |
| YUV | 233.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 203 | 0.15 | 0 | 0.19 | 0.02 | 108.51 | 0.82 | 0.89 |
| Hex | D4 | FA | CB | F | 0 | 13 | 2 | 6D | 52 | 59 |
| Octal | 324 | 372 | 313 | 17 | 0 | 23 | 2 | 155 | 122 | 131 |
| Binary | 11010100 | 11111010 | 11001011 | 1111 | 0 | 10011 | 10 | 1101101 | 1010010 | 1011001 |
Color Harmonies of #D4FACB
Complementary color
Monochromatic Colors of #D4FACB
Black with #D4FACB
Text Example
Text Example
White with #D4FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FACB; }
p { color: rgb(212,250,203); }
H1.HeaderClassName
{
color: #D4FACB;
}
.AnyTagClassName
{
color: #D4FACB;
}
</style>
background-color css
<style>
a { background-color: #D4FACB; }
a { background-color: rgb(212,250,203); }
div.DivClassName
{
background-color: #D4FACB;
}
.BgClassName
{
background-color: #D4FACB;
}
</style>
border-color css
<style>
span { border-color: #D4FACB; }
span { border-color: rgb(212,250,203); }
td.TdClassName
{
border-color: #D4FACB;
}
.TagClassName
{
border-color: #D4FACB;
}
</style>