Shades of Snuff #E9CCED
Tints of Snuff #E9CCED
RGB
CMYK
RGB Variations
Color information
#E9CCED (or 0xE9CCED) is known color: Snuff. HEX triplet: E9, CC and ED. RGB value is (233,204,237). Sum of RGB (Red+Green+Blue) = 233+204+237=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCED is #163312. Grayscale: #D8D8D8. Windows color (decimal): -1454867 or 15584489. OLE color: 15584489.
HSL color Cylindrical-coordinate representation of color #E9CCED: hue angle of 292.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CCED is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 204 | 237 | - |
CMYK | 0.02 | 0.14 | 0 | 0.07 |
HSL | 292.73º | 0.48% | 0.86% | - |
HSV(B) | 292.73º | 0.14% | 0.93% | - |
XYZ | 70.48 | 66.62 | 89.27 | - |
YUV | 216.43 | 139.61 | 139.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 204 | 237 | 0.02 | 0.14 | 0 | 0.07 | 292.73 | 0.48 | 0.86 |
Hex | E9 | CC | ED | 2 | E | 0 | 7 | 125 | 30 | 56 |
Octal | 351 | 314 | 355 | 2 | 16 | 0 | 7 | 445 | 60 | 126 |
Binary | 11101001 | 11001100 | 11101101 | 10 | 1110 | 0 | 111 | 100100101 | 110000 | 1010110 |
Color Harmonies of #E9CCED
Complementary color
Monochromatic Colors of #E9CCED
Black with #E9CCED
Text Example
Text Example
White with #E9CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCED; }
p { color: rgb(233,204,237); }
H1.HeaderClassName
{
color: #E9CCED;
}
.AnyTagClassName
{
color: #E9CCED;
}
</style>
background-color css
<style>
a { background-color: #E9CCED; }
a { background-color: rgb(233,204,237); }
div.DivClassName
{
background-color: #E9CCED;
}
.BgClassName
{
background-color: #E9CCED;
}
</style>
border-color css
<style>
span { border-color: #E9CCED; }
span { border-color: rgb(233,204,237); }
td.TdClassName
{
border-color: #E9CCED;
}
.TagClassName
{
border-color: #E9CCED;
}
</style>