Shades of Snuff #ECC8EB
Tints of Snuff #ECC8EB
RGB
CMYK
RGB Variations
Color information
#ECC8EB (or 0xECC8EB) is known color: Snuff. HEX triplet: EC, C8 and EB. RGB value is (236,200,235). Sum of RGB (Red+Green+Blue) = 236+200+235=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8EB is #133714. Grayscale: #D6D6D6. Windows color (decimal): -1259285 or 15452396. OLE color: 15452396.
HSL color Cylindrical-coordinate representation of color #ECC8EB: hue angle of 301.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8EB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 200 | 235 | - |
CMYK | 0 | 0.15 | 0.00 | 0.07 |
HSL | 301.67º | 0.49% | 0.85% | - |
HSV(B) | 301.67º | 0.15% | 0.93% | - |
XYZ | 70.24 | 65.14 | 87.47 | - |
YUV | 214.75 | 139.43 | 143.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 235 | 0 | 0.15 | 0.00 | 0.07 | 301.67 | 0.49 | 0.85 |
Hex | EC | C8 | EB | 0 | F | 0 | 7 | 12E | 31 | 55 |
Octal | 354 | 310 | 353 | 0 | 17 | 0 | 7 | 456 | 61 | 125 |
Binary | 11101100 | 11001000 | 11101011 | 0 | 1111 | 0 | 111 | 100101110 | 110001 | 1010101 |
Color Harmonies of #ECC8EB
Complementary color
Monochromatic Colors of #ECC8EB
Black with #ECC8EB
Text Example
Text Example
White with #ECC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8EB; }
p { color: rgb(236,200,235); }
H1.HeaderClassName
{
color: #ECC8EB;
}
.AnyTagClassName
{
color: #ECC8EB;
}
</style>
background-color css
<style>
a { background-color: #ECC8EB; }
a { background-color: rgb(236,200,235); }
div.DivClassName
{
background-color: #ECC8EB;
}
.BgClassName
{
background-color: #ECC8EB;
}
</style>
border-color css
<style>
span { border-color: #ECC8EB; }
span { border-color: rgb(236,200,235); }
td.TdClassName
{
border-color: #ECC8EB;
}
.TagClassName
{
border-color: #ECC8EB;
}
</style>