Shades of Snuff #ECD2E8
Tints of Snuff #ECD2E8
RGB
CMYK
RGB Variations
Color information
#ECD2E8 (or 0xECD2E8) is known color: Snuff. HEX triplet: EC, D2 and E8. RGB value is (236,210,232). Sum of RGB (Red+Green+Blue) = 236+210+232=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2E8 is #132D17. Grayscale: #DCDCDC. Windows color (decimal): -1256728 or 15258348. OLE color: 15258348.
HSL color Cylindrical-coordinate representation of color #ECD2E8: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2E8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 232 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.07 |
| HSL | 309.23º | 0.41% | 0.87% | - |
| HSV(B) | 309.23º | 0.11% | 0.93% | - |
| XYZ | 72.2 | 69.75 | 86 | - |
| YUV | 220.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 232 | 0 | 0.11 | 0.02 | 0.07 | 309.23 | 0.41 | 0.87 |
| Hex | EC | D2 | E8 | 0 | B | 2 | 7 | 135 | 29 | 57 |
| Octal | 354 | 322 | 350 | 0 | 13 | 2 | 7 | 465 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11101000 | 0 | 1011 | 10 | 111 | 100110101 | 101001 | 1010111 |
Color Harmonies of #ECD2E8
Complementary color
Monochromatic Colors of #ECD2E8
Black with #ECD2E8
Text Example
Text Example
White with #ECD2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2E8; }
p { color: rgb(236,210,232); }
H1.HeaderClassName
{
color: #ECD2E8;
}
.AnyTagClassName
{
color: #ECD2E8;
}
</style>
background-color css
<style>
a { background-color: #ECD2E8; }
a { background-color: rgb(236,210,232); }
div.DivClassName
{
background-color: #ECD2E8;
}
.BgClassName
{
background-color: #ECD2E8;
}
</style>
border-color css
<style>
span { border-color: #ECD2E8; }
span { border-color: rgb(236,210,232); }
td.TdClassName
{
border-color: #ECD2E8;
}
.TagClassName
{
border-color: #ECD2E8;
}
</style>