Shades of Snuff #E5C5E5
Tints of Snuff #E5C5E5
RGB
CMYK
RGB Variations
Color information
#E5C5E5 (or 0xE5C5E5) is known color: Snuff. HEX triplet: E5, C5 and E5. RGB value is (229,197,229). Sum of RGB (Red+Green+Blue) = 229+197+229=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5C5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5E5 is #1A3A1A. Grayscale: #D2D2D2. Windows color (decimal): -1718811 or 15058405. OLE color: 15058405.
HSL color Cylindrical-coordinate representation of color #E5C5E5: hue angle of 300º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C5E5 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 197 | 229 | - |
CMYK | 0 | 0.14 | 0 | 0.10 |
HSL | 300º | 0.38% | 0.84% | - |
HSV(B) | 300º | 0.14% | 0.9% | - |
XYZ | 66.42 | 62.25 | 82.64 | - |
YUV | 210.22 | 138.6 | 141.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 197 | 229 | 0 | 0.14 | 0 | 0.10 | 300 | 0.38 | 0.84 |
Hex | E5 | C5 | E5 | 0 | E | 0 | A | 12C | 26 | 54 |
Octal | 345 | 305 | 345 | 0 | 16 | 0 | 12 | 454 | 46 | 124 |
Binary | 11100101 | 11000101 | 11100101 | 0 | 1110 | 0 | 1010 | 100101100 | 100110 | 1010100 |
Color Harmonies of #E5C5E5
Complementary color
Monochromatic Colors of #E5C5E5
Black with #E5C5E5
Text Example
Text Example
White with #E5C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5E5; }
p { color: rgb(229,197,229); }
H1.HeaderClassName
{
color: #E5C5E5;
}
.AnyTagClassName
{
color: #E5C5E5;
}
</style>
background-color css
<style>
a { background-color: #E5C5E5; }
a { background-color: rgb(229,197,229); }
div.DivClassName
{
background-color: #E5C5E5;
}
.BgClassName
{
background-color: #E5C5E5;
}
</style>
border-color css
<style>
span { border-color: #E5C5E5; }
span { border-color: rgb(229,197,229); }
td.TdClassName
{
border-color: #E5C5E5;
}
.TagClassName
{
border-color: #E5C5E5;
}
</style>