Shades of Snuff #E5C7EB
Tints of Snuff #E5C7EB
RGB
CMYK
RGB Variations
Color information
#E5C7EB (or 0xE5C7EB) is known color: Snuff. HEX triplet: E5, C7 and EB. RGB value is (229,199,235). Sum of RGB (Red+Green+Blue) = 229+199+235=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7EB is #1A3814. Grayscale: #D3D3D3. Windows color (decimal): -1718293 or 15452133. OLE color: 15452133.
HSL color Cylindrical-coordinate representation of color #E5C7EB: hue angle of 290º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C7EB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 199 | 235 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.08 |
| HSL | 290º | 0.47% | 0.85% | - |
| HSV(B) | 290º | 0.15% | 0.92% | - |
| XYZ | 67.73 | 63.5 | 87.28 | - |
| YUV | 212.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 235 | 0.03 | 0.15 | 0 | 0.08 | 290 | 0.47 | 0.85 |
| Hex | E5 | C7 | EB | 3 | F | 0 | 8 | 122 | 2F | 55 |
| Octal | 345 | 307 | 353 | 3 | 17 | 0 | 10 | 442 | 57 | 125 |
| Binary | 11100101 | 11000111 | 11101011 | 11 | 1111 | 0 | 1000 | 100100010 | 101111 | 1010101 |
Color Harmonies of #E5C7EB
Complementary color
Monochromatic Colors of #E5C7EB
Black with #E5C7EB
Text Example
Text Example
White with #E5C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7EB; }
p { color: rgb(229,199,235); }
H1.HeaderClassName
{
color: #E5C7EB;
}
.AnyTagClassName
{
color: #E5C7EB;
}
</style>
background-color css
<style>
a { background-color: #E5C7EB; }
a { background-color: rgb(229,199,235); }
div.DivClassName
{
background-color: #E5C7EB;
}
.BgClassName
{
background-color: #E5C7EB;
}
</style>
border-color css
<style>
span { border-color: #E5C7EB; }
span { border-color: rgb(229,199,235); }
td.TdClassName
{
border-color: #E5C7EB;
}
.TagClassName
{
border-color: #E5C7EB;
}
</style>