Shades of Snuff #E5CCE3
Tints of Snuff #E5CCE3
RGB
CMYK
RGB Variations
Color information
#E5CCE3 (or 0xE5CCE3) is known color: Snuff. HEX triplet: E5, CC and E3. RGB value is (229,204,227). Sum of RGB (Red+Green+Blue) = 229+204+227=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCE3 is #1A331C. Grayscale: #D6D6D6. Windows color (decimal): -1717021 or 14929125. OLE color: 14929125.
HSL color Cylindrical-coordinate representation of color #E5CCE3: hue angle of 304.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CCE3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 227 | - |
CMYK | 0 | 0.11 | 0.01 | 0.10 |
HSL | 304.8º | 0.32% | 0.85% | - |
HSV(B) | 304.8º | 0.11% | 0.9% | - |
XYZ | 67.77 | 65.39 | 81.72 | - |
YUV | 214.1 | 135.28 | 138.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 227 | 0 | 0.11 | 0.01 | 0.10 | 304.8 | 0.32 | 0.85 |
Hex | E5 | CC | E3 | 0 | B | 1 | A | 131 | 20 | 55 |
Octal | 345 | 314 | 343 | 0 | 13 | 1 | 12 | 461 | 40 | 125 |
Binary | 11100101 | 11001100 | 11100011 | 0 | 1011 | 1 | 1010 | 100110001 | 100000 | 1010101 |
Color Harmonies of #E5CCE3
Complementary color
Monochromatic Colors of #E5CCE3
Black with #E5CCE3
Text Example
Text Example
White with #E5CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCE3; }
p { color: rgb(229,204,227); }
H1.HeaderClassName
{
color: #E5CCE3;
}
.AnyTagClassName
{
color: #E5CCE3;
}
</style>
background-color css
<style>
a { background-color: #E5CCE3; }
a { background-color: rgb(229,204,227); }
div.DivClassName
{
background-color: #E5CCE3;
}
.BgClassName
{
background-color: #E5CCE3;
}
</style>
border-color css
<style>
span { border-color: #E5CCE3; }
span { border-color: rgb(229,204,227); }
td.TdClassName
{
border-color: #E5CCE3;
}
.TagClassName
{
border-color: #E5CCE3;
}
</style>