Shades of Snowy Mint #D8F2CE
Tints of Snowy Mint #D8F2CE
RGB
CMYK
RGB Variations
Color information
#D8F2CE (or 0xD8F2CE) is known color: Snowy Mint. HEX triplet: D8, F2 and CE. RGB value is (216,242,206). Sum of RGB (Red+Green+Blue) = 216+242+206=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2CE is #270D31. Grayscale: #E6E6E6. Windows color (decimal): -2559282 or 13562584. OLE color: 13562584.
HSL color Cylindrical-coordinate representation of color #D8F2CE: hue angle of 103.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F2CE is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 206 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.05 |
| HSL | 103.33º | 0.58% | 0.88% | - |
| HSV(B) | 103.33º | 0.15% | 0.95% | - |
| XYZ | 71.21 | 82.56 | 70.57 | - |
| YUV | 230.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 206 | 0.11 | 0 | 0.15 | 0.05 | 103.33 | 0.58 | 0.88 |
| Hex | D8 | F2 | CE | B | 0 | F | 5 | 67 | 3A | 58 |
| Octal | 330 | 362 | 316 | 13 | 0 | 17 | 5 | 147 | 72 | 130 |
| Binary | 11011000 | 11110010 | 11001110 | 1011 | 0 | 1111 | 101 | 1100111 | 111010 | 1011000 |
Color Harmonies of #D8F2CE
Complementary color
Monochromatic Colors of #D8F2CE
Black with #D8F2CE
Text Example
Text Example
White with #D8F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2CE; }
p { color: rgb(216,242,206); }
H1.HeaderClassName
{
color: #D8F2CE;
}
.AnyTagClassName
{
color: #D8F2CE;
}
</style>
background-color css
<style>
a { background-color: #D8F2CE; }
a { background-color: rgb(216,242,206); }
div.DivClassName
{
background-color: #D8F2CE;
}
.BgClassName
{
background-color: #D8F2CE;
}
</style>
border-color css
<style>
span { border-color: #D8F2CE; }
span { border-color: rgb(216,242,206); }
td.TdClassName
{
border-color: #D8F2CE;
}
.TagClassName
{
border-color: #D8F2CE;
}
</style>