Shades of Snuff #ECD3EE
Tints of Snuff #ECD3EE
RGB
CMYK
RGB Variations
Color information
#ECD3EE (or 0xECD3EE) is known color: Snuff. HEX triplet: EC, D3 and EE. RGB value is (236,211,238). Sum of RGB (Red+Green+Blue) = 236+211+238=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3EE is #132C11. Grayscale: #DDDDDD. Windows color (decimal): -1256466 or 15651820. OLE color: 15651820.
HSL color Cylindrical-coordinate representation of color #ECD3EE: hue angle of 295.56º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3EE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 238 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.07 |
| HSL | 295.56º | 0.44% | 0.88% | - |
| HSV(B) | 295.56º | 0.11% | 0.93% | - |
| XYZ | 73.32 | 70.59 | 90.65 | - |
| YUV | 221.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 238 | 0.01 | 0.11 | 0 | 0.07 | 295.56 | 0.44 | 0.88 |
| Hex | EC | D3 | EE | 1 | B | 0 | 7 | 128 | 2C | 58 |
| Octal | 354 | 323 | 356 | 1 | 13 | 0 | 7 | 450 | 54 | 130 |
| Binary | 11101100 | 11010011 | 11101110 | 1 | 1011 | 0 | 111 | 100101000 | 101100 | 1011000 |
Color Harmonies of #ECD3EE
Complementary color
Monochromatic Colors of #ECD3EE
Black with #ECD3EE
Text Example
Text Example
White with #ECD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3EE; }
p { color: rgb(236,211,238); }
H1.HeaderClassName
{
color: #ECD3EE;
}
.AnyTagClassName
{
color: #ECD3EE;
}
</style>
background-color css
<style>
a { background-color: #ECD3EE; }
a { background-color: rgb(236,211,238); }
div.DivClassName
{
background-color: #ECD3EE;
}
.BgClassName
{
background-color: #ECD3EE;
}
</style>
border-color css
<style>
span { border-color: #ECD3EE; }
span { border-color: rgb(236,211,238); }
td.TdClassName
{
border-color: #ECD3EE;
}
.TagClassName
{
border-color: #ECD3EE;
}
</style>