Shades of Snuff #E5C9E5
Tints of Snuff #E5C9E5
RGB
CMYK
RGB Variations
Color information
#E5C9E5 (or 0xE5C9E5) is known color: Snuff. HEX triplet: E5, C9 and E5. RGB value is (229,201,229). Sum of RGB (Red+Green+Blue) = 229+201+229=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5C9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9E5 is #1A361A. Grayscale: #D4D4D4. Windows color (decimal): -1717787 or 15059429. OLE color: 15059429.
HSL color Cylindrical-coordinate representation of color #E5C9E5: hue angle of 300º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9E5 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 201 | 229 | - |
CMYK | 0 | 0.12 | 0 | 0.10 |
HSL | 300º | 0.35% | 0.84% | - |
HSV(B) | 300º | 0.12% | 0.9% | - |
XYZ | 67.34 | 64.09 | 82.95 | - |
YUV | 212.56 | 137.28 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 201 | 229 | 0 | 0.12 | 0 | 0.10 | 300 | 0.35 | 0.84 |
Hex | E5 | C9 | E5 | 0 | C | 0 | A | 12C | 23 | 54 |
Octal | 345 | 311 | 345 | 0 | 14 | 0 | 12 | 454 | 43 | 124 |
Binary | 11100101 | 11001001 | 11100101 | 0 | 1100 | 0 | 1010 | 100101100 | 100011 | 1010100 |
Color Harmonies of #E5C9E5
Complementary color
Monochromatic Colors of #E5C9E5
Black with #E5C9E5
Text Example
Text Example
White with #E5C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C9E5; }
p { color: rgb(229,201,229); }
H1.HeaderClassName
{
color: #E5C9E5;
}
.AnyTagClassName
{
color: #E5C9E5;
}
</style>
background-color css
<style>
a { background-color: #E5C9E5; }
a { background-color: rgb(229,201,229); }
div.DivClassName
{
background-color: #E5C9E5;
}
.BgClassName
{
background-color: #E5C9E5;
}
</style>
border-color css
<style>
span { border-color: #E5C9E5; }
span { border-color: rgb(229,201,229); }
td.TdClassName
{
border-color: #E5C9E5;
}
.TagClassName
{
border-color: #E5C9E5;
}
</style>