Shades of Snuff #E5CEEA
Tints of Snuff #E5CEEA
RGB
CMYK
RGB Variations
Color information
#E5CEEA (or 0xE5CEEA) is known color: Snuff. HEX triplet: E5, CE and EA. RGB value is (229,206,234). Sum of RGB (Red+Green+Blue) = 229+206+234=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEA is #1A3115. Grayscale: #D7D7D7. Windows color (decimal): -1716502 or 15388389. OLE color: 15388389.
HSL color Cylindrical-coordinate representation of color #E5CEEA: hue angle of 289.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CEEA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 206 | 234 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.08 |
| HSL | 289.29º | 0.4% | 0.86% | - |
| HSV(B) | 289.29º | 0.12% | 0.92% | - |
| XYZ | 69.24 | 66.74 | 87.08 | - |
| YUV | 216.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 234 | 0.02 | 0.12 | 0 | 0.08 | 289.29 | 0.4 | 0.86 |
| Hex | E5 | CE | EA | 2 | C | 0 | 8 | 121 | 28 | 56 |
| Octal | 345 | 316 | 352 | 2 | 14 | 0 | 10 | 441 | 50 | 126 |
| Binary | 11100101 | 11001110 | 11101010 | 10 | 1100 | 0 | 1000 | 100100001 | 101000 | 1010110 |
Color Harmonies of #E5CEEA
Complementary color
Monochromatic Colors of #E5CEEA
Black with #E5CEEA
Text Example
Text Example
White with #E5CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEEA; }
p { color: rgb(229,206,234); }
H1.HeaderClassName
{
color: #E5CEEA;
}
.AnyTagClassName
{
color: #E5CEEA;
}
</style>
background-color css
<style>
a { background-color: #E5CEEA; }
a { background-color: rgb(229,206,234); }
div.DivClassName
{
background-color: #E5CEEA;
}
.BgClassName
{
background-color: #E5CEEA;
}
</style>
border-color css
<style>
span { border-color: #E5CEEA; }
span { border-color: rgb(229,206,234); }
td.TdClassName
{
border-color: #E5CEEA;
}
.TagClassName
{
border-color: #E5CEEA;
}
</style>