Shades of Snuff #ECD1EE
Tints of Snuff #ECD1EE
RGB
CMYK
RGB Variations
Color information
#ECD1EE (or 0xECD1EE) is known color: Snuff. HEX triplet: EC, D1 and EE. RGB value is (236,209,238). Sum of RGB (Red+Green+Blue) = 236+209+238=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1EE is #132E11. Grayscale: #DCDCDC. Windows color (decimal): -1256978 or 15651308. OLE color: 15651308.
HSL color Cylindrical-coordinate representation of color #ECD1EE: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD1EE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 238 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.07 |
| HSL | 295.86º | 0.46% | 0.88% | - |
| HSV(B) | 295.86º | 0.12% | 0.93% | - |
| XYZ | 72.83 | 69.61 | 90.49 | - |
| YUV | 220.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 238 | 0.01 | 0.12 | 0 | 0.07 | 295.86 | 0.46 | 0.88 |
| Hex | EC | D1 | EE | 1 | C | 0 | 7 | 128 | 2E | 58 |
| Octal | 354 | 321 | 356 | 1 | 14 | 0 | 7 | 450 | 56 | 130 |
| Binary | 11101100 | 11010001 | 11101110 | 1 | 1100 | 0 | 111 | 100101000 | 101110 | 1011000 |
Color Harmonies of #ECD1EE
Complementary color
Monochromatic Colors of #ECD1EE
Black with #ECD1EE
Text Example
Text Example
White with #ECD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1EE; }
p { color: rgb(236,209,238); }
H1.HeaderClassName
{
color: #ECD1EE;
}
.AnyTagClassName
{
color: #ECD1EE;
}
</style>
background-color css
<style>
a { background-color: #ECD1EE; }
a { background-color: rgb(236,209,238); }
div.DivClassName
{
background-color: #ECD1EE;
}
.BgClassName
{
background-color: #ECD1EE;
}
</style>
border-color css
<style>
span { border-color: #ECD1EE; }
span { border-color: rgb(236,209,238); }
td.TdClassName
{
border-color: #ECD1EE;
}
.TagClassName
{
border-color: #ECD1EE;
}
</style>