Shades of Snowy Mint #D8FACB
Tints of Snowy Mint #D8FACB
RGB
CMYK
RGB Variations
Color information
#D8FACB (or 0xD8FACB) is known color: Snowy Mint. HEX triplet: D8, FA and CB. RGB value is (216,250,203). Sum of RGB (Red+Green+Blue) = 216+250+203=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FACB is #270534. Grayscale: #EAEAEA. Windows color (decimal): -2557237 or 13368024. OLE color: 13368024.
HSL color Cylindrical-coordinate representation of color #D8FACB: hue angle of 103.4º 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 #D8FACB is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 203 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.02 |
| HSL | 103.4º | 0.82% | 0.89% | - |
| HSV(B) | 103.4º | 0.19% | 0.98% | - |
| XYZ | 73.28 | 87.28 | 69.48 | - |
| YUV | 234.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 203 | 0.14 | 0 | 0.19 | 0.02 | 103.4 | 0.82 | 0.89 |
| Hex | D8 | FA | CB | E | 0 | 13 | 2 | 67 | 52 | 59 |
| Octal | 330 | 372 | 313 | 16 | 0 | 23 | 2 | 147 | 122 | 131 |
| Binary | 11011000 | 11111010 | 11001011 | 1110 | 0 | 10011 | 10 | 1100111 | 1010010 | 1011001 |
Color Harmonies of #D8FACB
Complementary color
Monochromatic Colors of #D8FACB
Black with #D8FACB
Text Example
Text Example
White with #D8FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FACB; }
p { color: rgb(216,250,203); }
H1.HeaderClassName
{
color: #D8FACB;
}
.AnyTagClassName
{
color: #D8FACB;
}
</style>
background-color css
<style>
a { background-color: #D8FACB; }
a { background-color: rgb(216,250,203); }
div.DivClassName
{
background-color: #D8FACB;
}
.BgClassName
{
background-color: #D8FACB;
}
</style>
border-color css
<style>
span { border-color: #D8FACB; }
span { border-color: rgb(216,250,203); }
td.TdClassName
{
border-color: #D8FACB;
}
.TagClassName
{
border-color: #D8FACB;
}
</style>