Shades of Snowy Mint #D1EBC8
Tints of Snowy Mint #D1EBC8
RGB
CMYK
RGB Variations
Color information
#D1EBC8 (or 0xD1EBC8) is known color: Snowy Mint. HEX triplet: D1, EB and C8. RGB value is (209,235,200). Sum of RGB (Red+Green+Blue) = 209+235+200=644 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.45% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBC8 is #2E1437. Grayscale: #DFDFDF. Windows color (decimal): -3019832 or 13167569. OLE color: 13167569.
HSL color Cylindrical-coordinate representation of color #D1EBC8: hue angle of 104.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1EBC8 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 200 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.08 |
| HSL | 104.57º | 0.47% | 0.85% | - |
| HSV(B) | 104.57º | 0.15% | 0.92% | - |
| XYZ | 66.43 | 77.14 | 66.03 | - |
| YUV | 223.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 200 | 0.11 | 0 | 0.15 | 0.08 | 104.57 | 0.47 | 0.85 |
| Hex | D1 | EB | C8 | B | 0 | F | 8 | 69 | 2F | 55 |
| Octal | 321 | 353 | 310 | 13 | 0 | 17 | 10 | 151 | 57 | 125 |
| Binary | 11010001 | 11101011 | 11001000 | 1011 | 0 | 1111 | 1000 | 1101001 | 101111 | 1010101 |
Color Harmonies of #D1EBC8
Complementary color
Monochromatic Colors of #D1EBC8
Black with #D1EBC8
Text Example
Text Example
White with #D1EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EBC8; }
p { color: rgb(209,235,200); }
H1.HeaderClassName
{
color: #D1EBC8;
}
.AnyTagClassName
{
color: #D1EBC8;
}
</style>
background-color css
<style>
a { background-color: #D1EBC8; }
a { background-color: rgb(209,235,200); }
div.DivClassName
{
background-color: #D1EBC8;
}
.BgClassName
{
background-color: #D1EBC8;
}
</style>
border-color css
<style>
span { border-color: #D1EBC8; }
span { border-color: rgb(209,235,200); }
td.TdClassName
{
border-color: #D1EBC8;
}
.TagClassName
{
border-color: #D1EBC8;
}
</style>