Shades of Snuff #E5C5E8
Tints of Snuff #E5C5E8
RGB
CMYK
RGB Variations
Color information
#E5C5E8 (or 0xE5C5E8) is known color: Snuff. HEX triplet: E5, C5 and E8. RGB value is (229,197,232). Sum of RGB (Red+Green+Blue) = 229+197+232=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5C5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5E8 is #1A3A17. Grayscale: #D2D2D2. Windows color (decimal): -1718808 or 15255013. OLE color: 15255013.
HSL color Cylindrical-coordinate representation of color #E5C5E8: hue angle of 294.86º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C5E8 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 197 | 232 | - |
CMYK | 0.01 | 0.15 | 0 | 0.09 |
HSL | 294.86º | 0.43% | 0.84% | - |
HSV(B) | 294.86º | 0.15% | 0.91% | - |
XYZ | 66.84 | 62.42 | 84.87 | - |
YUV | 210.56 | 140.1 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 197 | 232 | 0.01 | 0.15 | 0 | 0.09 | 294.86 | 0.43 | 0.84 |
Hex | E5 | C5 | E8 | 1 | F | 0 | 9 | 127 | 2B | 54 |
Octal | 345 | 305 | 350 | 1 | 17 | 0 | 11 | 447 | 53 | 124 |
Binary | 11100101 | 11000101 | 11101000 | 1 | 1111 | 0 | 1001 | 100100111 | 101011 | 1010100 |
Color Harmonies of #E5C5E8
Complementary color
Monochromatic Colors of #E5C5E8
Black with #E5C5E8
Text Example
Text Example
White with #E5C5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5E8; }
p { color: rgb(229,197,232); }
H1.HeaderClassName
{
color: #E5C5E8;
}
.AnyTagClassName
{
color: #E5C5E8;
}
</style>
background-color css
<style>
a { background-color: #E5C5E8; }
a { background-color: rgb(229,197,232); }
div.DivClassName
{
background-color: #E5C5E8;
}
.BgClassName
{
background-color: #E5C5E8;
}
</style>
border-color css
<style>
span { border-color: #E5C5E8; }
span { border-color: rgb(229,197,232); }
td.TdClassName
{
border-color: #E5C5E8;
}
.TagClassName
{
border-color: #E5C5E8;
}
</style>