Shades of Snuff #E5CBEA
Tints of Snuff #E5CBEA
RGB
CMYK
RGB Variations
Color information
#E5CBEA (or 0xE5CBEA) is known color: Snuff. HEX triplet: E5, CB and EA. RGB value is (229,203,234). Sum of RGB (Red+Green+Blue) = 229+203+234=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEA is #1A3415. Grayscale: #D6D6D6. Windows color (decimal): -1717270 or 15387621. OLE color: 15387621.
HSL color Cylindrical-coordinate representation of color #E5CBEA: hue angle of 290.32º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CBEA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 203 | 234 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.08 |
| HSL | 290.32º | 0.42% | 0.86% | - |
| HSV(B) | 290.32º | 0.13% | 0.92% | - |
| XYZ | 68.52 | 65.31 | 86.84 | - |
| YUV | 214.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 234 | 0.02 | 0.13 | 0 | 0.08 | 290.32 | 0.42 | 0.86 |
| Hex | E5 | CB | EA | 2 | D | 0 | 8 | 122 | 2A | 56 |
| Octal | 345 | 313 | 352 | 2 | 15 | 0 | 10 | 442 | 52 | 126 |
| Binary | 11100101 | 11001011 | 11101010 | 10 | 1101 | 0 | 1000 | 100100010 | 101010 | 1010110 |
Color Harmonies of #E5CBEA
Complementary color
Monochromatic Colors of #E5CBEA
Black with #E5CBEA
Text Example
Text Example
White with #E5CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBEA; }
p { color: rgb(229,203,234); }
H1.HeaderClassName
{
color: #E5CBEA;
}
.AnyTagClassName
{
color: #E5CBEA;
}
</style>
background-color css
<style>
a { background-color: #E5CBEA; }
a { background-color: rgb(229,203,234); }
div.DivClassName
{
background-color: #E5CBEA;
}
.BgClassName
{
background-color: #E5CBEA;
}
</style>
border-color css
<style>
span { border-color: #E5CBEA; }
span { border-color: rgb(229,203,234); }
td.TdClassName
{
border-color: #E5CBEA;
}
.TagClassName
{
border-color: #E5CBEA;
}
</style>