Shades of Snuff #ECCDE5
Tints of Snuff #ECCDE5
RGB
CMYK
RGB Variations
Color information
#ECCDE5 (or 0xECCDE5) is known color: Snuff. HEX triplet: EC, CD and E5. RGB value is (236,205,229). Sum of RGB (Red+Green+Blue) = 236+205+229=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDE5 is #13321A. Grayscale: #D8D8D8. Windows color (decimal): -1258011 or 15060460. OLE color: 15060460.
HSL color Cylindrical-coordinate representation of color #ECCDE5: hue angle of 313.55º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDE5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 229 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.07 |
| HSL | 313.55º | 0.45% | 0.86% | - |
| HSV(B) | 313.55º | 0.13% | 0.93% | - |
| XYZ | 70.57 | 67.15 | 83.37 | - |
| YUV | 217.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 229 | 0 | 0.13 | 0.03 | 0.07 | 313.55 | 0.45 | 0.86 |
| Hex | EC | CD | E5 | 0 | D | 3 | 7 | 13A | 2D | 56 |
| Octal | 354 | 315 | 345 | 0 | 15 | 3 | 7 | 472 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11100101 | 0 | 1101 | 11 | 111 | 100111010 | 101101 | 1010110 |
Color Harmonies of #ECCDE5
Complementary color
Monochromatic Colors of #ECCDE5
Black with #ECCDE5
Text Example
Text Example
White with #ECCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDE5; }
p { color: rgb(236,205,229); }
H1.HeaderClassName
{
color: #ECCDE5;
}
.AnyTagClassName
{
color: #ECCDE5;
}
</style>
background-color css
<style>
a { background-color: #ECCDE5; }
a { background-color: rgb(236,205,229); }
div.DivClassName
{
background-color: #ECCDE5;
}
.BgClassName
{
background-color: #ECCDE5;
}
</style>
border-color css
<style>
span { border-color: #ECCDE5; }
span { border-color: rgb(236,205,229); }
td.TdClassName
{
border-color: #ECCDE5;
}
.TagClassName
{
border-color: #ECCDE5;
}
</style>