Shades of Snowy Mint #D8FFCC
Tints of Snowy Mint #D8FFCC
RGB
CMYK
RGB Variations
Color information
#D8FFCC (or 0xD8FFCC) is known color: Snowy Mint. HEX triplet: D8, FF and CC. RGB value is (216,255,204). Sum of RGB (Red+Green+Blue) = 216+255+204=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FFCC is #270033. Grayscale: #EDEDED. Windows color (decimal): -2555956 or 13434840. OLE color: 13434840.
HSL color Cylindrical-coordinate representation of color #D8FFCC: hue angle of 105.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8FFCC is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 204 | - |
| CMYK | 0.15 | 0 | 0.2 | 0 |
| HSL | 105.88º | 1% | 0.9% | - |
| HSV(B) | 105.88º | 0.2% | 1% | - |
| XYZ | 74.98 | 90.48 | 70.64 | - |
| YUV | 237.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 204 | 0.15 | 0 | 0.2 | 0 | 105.88 | 1 | 0.9 |
| Hex | D8 | FF | CC | F | 0 | 14 | 0 | 6A | 64 | 5A |
| Octal | 330 | 377 | 314 | 17 | 0 | 24 | 0 | 152 | 144 | 132 |
| Binary | 11011000 | 11111111 | 11001100 | 1111 | 0 | 10100 | 0 | 1101010 | 1100100 | 1011010 |
Color Harmonies of #D8FFCC
Complementary color
Monochromatic Colors of #D8FFCC
Black with #D8FFCC
Text Example
Text Example
White with #D8FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFCC; }
p { color: rgb(216,255,204); }
H1.HeaderClassName
{
color: #D8FFCC;
}
.AnyTagClassName
{
color: #D8FFCC;
}
</style>
background-color css
<style>
a { background-color: #D8FFCC; }
a { background-color: rgb(216,255,204); }
div.DivClassName
{
background-color: #D8FFCC;
}
.BgClassName
{
background-color: #D8FFCC;
}
</style>
border-color css
<style>
span { border-color: #D8FFCC; }
span { border-color: rgb(216,255,204); }
td.TdClassName
{
border-color: #D8FFCC;
}
.TagClassName
{
border-color: #D8FFCC;
}
</style>