Shades of Snuff #E4C5E8
Tints of Snuff #E4C5E8
RGB
CMYK
RGB Variations
Color information
#E4C5E8 (or 0xE4C5E8) is known color: Snuff. HEX triplet: E4, C5 and E8. RGB value is (228,197,232). Sum of RGB (Red+Green+Blue) = 228+197+232=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4C5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5E8 is #1B3A17. Grayscale: #D2D2D2. Windows color (decimal): -1784344 or 15255012. OLE color: 15255012.
HSL color Cylindrical-coordinate representation of color #E4C5E8: hue angle of 293.14º 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 #E4C5E8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 228 | 197 | 232 | - |
CMYK | 0.02 | 0.15 | 0 | 0.09 |
HSL | 293.14º | 0.43% | 0.84% | - |
HSV(B) | 293.14º | 0.15% | 0.91% | - |
XYZ | 66.53 | 62.25 | 84.85 | - |
YUV | 210.26 | 140.27 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 197 | 232 | 0.02 | 0.15 | 0 | 0.09 | 293.14 | 0.43 | 0.84 |
Hex | E4 | C5 | E8 | 2 | F | 0 | 9 | 125 | 2B | 54 |
Octal | 344 | 305 | 350 | 2 | 17 | 0 | 11 | 445 | 53 | 124 |
Binary | 11100100 | 11000101 | 11101000 | 10 | 1111 | 0 | 1001 | 100100101 | 101011 | 1010100 |
Color Harmonies of #E4C5E8
Complementary color
Monochromatic Colors of #E4C5E8
Black with #E4C5E8
Text Example
Text Example
White with #E4C5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C5E8; }
p { color: rgb(228,197,232); }
H1.HeaderClassName
{
color: #E4C5E8;
}
.AnyTagClassName
{
color: #E4C5E8;
}
</style>
background-color css
<style>
a { background-color: #E4C5E8; }
a { background-color: rgb(228,197,232); }
div.DivClassName
{
background-color: #E4C5E8;
}
.BgClassName
{
background-color: #E4C5E8;
}
</style>
border-color css
<style>
span { border-color: #E4C5E8; }
span { border-color: rgb(228,197,232); }
td.TdClassName
{
border-color: #E4C5E8;
}
.TagClassName
{
border-color: #E4C5E8;
}
</style>