Shades of Snowy Mint #D8FCCC
Tints of Snowy Mint #D8FCCC
RGB
CMYK
RGB Variations
Color information
#D8FCCC (or 0xD8FCCC) is known color: Snowy Mint. HEX triplet: D8, FC and CC. RGB value is (216,252,204). Sum of RGB (Red+Green+Blue) = 216+252+204=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FCCC is #270333. Grayscale: #EBEBEB. Windows color (decimal): -2556724 or 13434072. OLE color: 13434072.
HSL color Cylindrical-coordinate representation of color #D8FCCC: hue angle of 105º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8FCCC is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 204 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.01 |
| HSL | 105º | 0.89% | 0.89% | - |
| HSV(B) | 105º | 0.19% | 0.99% | - |
| XYZ | 74.03 | 88.58 | 70.32 | - |
| YUV | 235.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 204 | 0.14 | 0 | 0.19 | 0.01 | 105 | 0.89 | 0.89 |
| Hex | D8 | FC | CC | E | 0 | 13 | 1 | 69 | 59 | 59 |
| Octal | 330 | 374 | 314 | 16 | 0 | 23 | 1 | 151 | 131 | 131 |
| Binary | 11011000 | 11111100 | 11001100 | 1110 | 0 | 10011 | 1 | 1101001 | 1011001 | 1011001 |
Color Harmonies of #D8FCCC
Complementary color
Monochromatic Colors of #D8FCCC
Black with #D8FCCC
Text Example
Text Example
White with #D8FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCCC; }
p { color: rgb(216,252,204); }
H1.HeaderClassName
{
color: #D8FCCC;
}
.AnyTagClassName
{
color: #D8FCCC;
}
</style>
background-color css
<style>
a { background-color: #D8FCCC; }
a { background-color: rgb(216,252,204); }
div.DivClassName
{
background-color: #D8FCCC;
}
.BgClassName
{
background-color: #D8FCCC;
}
</style>
border-color css
<style>
span { border-color: #D8FCCC; }
span { border-color: rgb(216,252,204); }
td.TdClassName
{
border-color: #D8FCCC;
}
.TagClassName
{
border-color: #D8FCCC;
}
</style>