Shades of Snowy Mint #D6ECCE
Tints of Snowy Mint #D6ECCE
RGB
CMYK
RGB Variations
Color information
#D6ECCE (or 0xD6ECCE) is known color: Snowy Mint. HEX triplet: D6, EC and CE. RGB value is (214,236,206). Sum of RGB (Red+Green+Blue) = 214+236+206=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECCE is #291331. Grayscale: #E2E2E2. Windows color (decimal): -2691890 or 13561046. OLE color: 13561046.
HSL color Cylindrical-coordinate representation of color #D6ECCE: hue angle of 104º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6ECCE is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 206 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.07 |
| HSL | 104º | 0.44% | 0.87% | - |
| HSV(B) | 104º | 0.13% | 0.93% | - |
| XYZ | 68.87 | 78.74 | 69.96 | - |
| YUV | 226 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 206 | 0.09 | 0 | 0.13 | 0.07 | 104 | 0.44 | 0.87 |
| Hex | D6 | EC | CE | 9 | 0 | D | 7 | 68 | 2C | 57 |
| Octal | 326 | 354 | 316 | 11 | 0 | 15 | 7 | 150 | 54 | 127 |
| Binary | 11010110 | 11101100 | 11001110 | 1001 | 0 | 1101 | 111 | 1101000 | 101100 | 1010111 |
Color Harmonies of #D6ECCE
Complementary color
Monochromatic Colors of #D6ECCE
Black with #D6ECCE
Text Example
Text Example
White with #D6ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECCE; }
p { color: rgb(214,236,206); }
H1.HeaderClassName
{
color: #D6ECCE;
}
.AnyTagClassName
{
color: #D6ECCE;
}
</style>
background-color css
<style>
a { background-color: #D6ECCE; }
a { background-color: rgb(214,236,206); }
div.DivClassName
{
background-color: #D6ECCE;
}
.BgClassName
{
background-color: #D6ECCE;
}
</style>
border-color css
<style>
span { border-color: #D6ECCE; }
span { border-color: rgb(214,236,206); }
td.TdClassName
{
border-color: #D6ECCE;
}
.TagClassName
{
border-color: #D6ECCE;
}
</style>