Shades of Snowy Mint #D1E8CC
Tints of Snowy Mint #D1E8CC
RGB
CMYK
RGB Variations
Color information
#D1E8CC (or 0xD1E8CC) is known color: Snowy Mint. HEX triplet: D1, E8 and CC. RGB value is (209,232,204). Sum of RGB (Red+Green+Blue) = 209+232+204=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E8CC is #2E1733. Grayscale: #DEDEDE. Windows color (decimal): -3020596 or 13428945. OLE color: 13428945.
HSL color Cylindrical-coordinate representation of color #D1E8CC: hue angle of 109.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E8CC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 204 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.09 |
| HSL | 109.29º | 0.38% | 0.85% | - |
| HSV(B) | 109.29º | 0.12% | 0.91% | - |
| XYZ | 66.05 | 75.63 | 68.24 | - |
| YUV | 221.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 204 | 0.10 | 0 | 0.12 | 0.09 | 109.29 | 0.38 | 0.85 |
| Hex | D1 | E8 | CC | A | 0 | C | 9 | 6D | 26 | 55 |
| Octal | 321 | 350 | 314 | 12 | 0 | 14 | 11 | 155 | 46 | 125 |
| Binary | 11010001 | 11101000 | 11001100 | 1010 | 0 | 1100 | 1001 | 1101101 | 100110 | 1010101 |
Color Harmonies of #D1E8CC
Complementary color
Monochromatic Colors of #D1E8CC
Black with #D1E8CC
Text Example
Text Example
White with #D1E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8CC; }
p { color: rgb(209,232,204); }
H1.HeaderClassName
{
color: #D1E8CC;
}
.AnyTagClassName
{
color: #D1E8CC;
}
</style>
background-color css
<style>
a { background-color: #D1E8CC; }
a { background-color: rgb(209,232,204); }
div.DivClassName
{
background-color: #D1E8CC;
}
.BgClassName
{
background-color: #D1E8CC;
}
</style>
border-color css
<style>
span { border-color: #D1E8CC; }
span { border-color: rgb(209,232,204); }
td.TdClassName
{
border-color: #D1E8CC;
}
.TagClassName
{
border-color: #D1E8CC;
}
</style>