Shades of Snuff #E5C6EB
Tints of Snuff #E5C6EB
RGB
CMYK
RGB Variations
Color information
#E5C6EB (or 0xE5C6EB) is known color: Snuff. HEX triplet: E5, C6 and EB. RGB value is (229,198,235). Sum of RGB (Red+Green+Blue) = 229+198+235=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6EB is #1A3914. Grayscale: #D3D3D3. Windows color (decimal): -1718549 or 15451877. OLE color: 15451877.
HSL color Cylindrical-coordinate representation of color #E5C6EB: hue angle of 290.27º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C6EB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 198 | 235 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.08 |
| HSL | 290.27º | 0.48% | 0.85% | - |
| HSV(B) | 290.27º | 0.16% | 0.92% | - |
| XYZ | 67.5 | 63.04 | 87.21 | - |
| YUV | 211.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 235 | 0.03 | 0.16 | 0 | 0.08 | 290.27 | 0.48 | 0.85 |
| Hex | E5 | C6 | EB | 3 | 10 | 0 | 8 | 122 | 30 | 55 |
| Octal | 345 | 306 | 353 | 3 | 20 | 0 | 10 | 442 | 60 | 125 |
| Binary | 11100101 | 11000110 | 11101011 | 11 | 10000 | 0 | 1000 | 100100010 | 110000 | 1010101 |
Color Harmonies of #E5C6EB
Complementary color
Monochromatic Colors of #E5C6EB
Black with #E5C6EB
Text Example
Text Example
White with #E5C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C6EB; }
p { color: rgb(229,198,235); }
H1.HeaderClassName
{
color: #E5C6EB;
}
.AnyTagClassName
{
color: #E5C6EB;
}
</style>
background-color css
<style>
a { background-color: #E5C6EB; }
a { background-color: rgb(229,198,235); }
div.DivClassName
{
background-color: #E5C6EB;
}
.BgClassName
{
background-color: #E5C6EB;
}
</style>
border-color css
<style>
span { border-color: #E5C6EB; }
span { border-color: rgb(229,198,235); }
td.TdClassName
{
border-color: #E5C6EB;
}
.TagClassName
{
border-color: #E5C6EB;
}
</style>