Shades of Snowy Mint #D6ECCC
Tints of Snowy Mint #D6ECCC
RGB
CMYK
RGB Variations
Color information
#D6ECCC (or 0xD6ECCC) is known color: Snowy Mint. HEX triplet: D6, EC and CC. RGB value is (214,236,204). Sum of RGB (Red+Green+Blue) = 214+236+204=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECCC is #291333. Grayscale: #E1E1E1. Windows color (decimal): -2691892 or 13429974. OLE color: 13429974.
HSL color Cylindrical-coordinate representation of color #D6ECCC: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6ECCC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 204 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.07 |
| HSL | 101.25º | 0.46% | 0.86% | - |
| HSV(B) | 101.25º | 0.14% | 0.93% | - |
| XYZ | 68.63 | 78.65 | 68.69 | - |
| YUV | 225.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 204 | 0.09 | 0 | 0.14 | 0.07 | 101.25 | 0.46 | 0.86 |
| Hex | D6 | EC | CC | 9 | 0 | E | 7 | 65 | 2E | 56 |
| Octal | 326 | 354 | 314 | 11 | 0 | 16 | 7 | 145 | 56 | 126 |
| Binary | 11010110 | 11101100 | 11001100 | 1001 | 0 | 1110 | 111 | 1100101 | 101110 | 1010110 |
Color Harmonies of #D6ECCC
Complementary color
Monochromatic Colors of #D6ECCC
Black with #D6ECCC
Text Example
Text Example
White with #D6ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECCC; }
p { color: rgb(214,236,204); }
H1.HeaderClassName
{
color: #D6ECCC;
}
.AnyTagClassName
{
color: #D6ECCC;
}
</style>
background-color css
<style>
a { background-color: #D6ECCC; }
a { background-color: rgb(214,236,204); }
div.DivClassName
{
background-color: #D6ECCC;
}
.BgClassName
{
background-color: #D6ECCC;
}
</style>
border-color css
<style>
span { border-color: #D6ECCC; }
span { border-color: rgb(214,236,204); }
td.TdClassName
{
border-color: #D6ECCC;
}
.TagClassName
{
border-color: #D6ECCC;
}
</style>