Shades of Snuff #E5CEE6
Tints of Snuff #E5CEE6
RGB
CMYK
RGB Variations
Color information
#E5CEE6 (or 0xE5CEE6) is known color: Snuff. HEX triplet: E5, CE and E6. RGB value is (229,206,230). Sum of RGB (Red+Green+Blue) = 229+206+230=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEE6 is #1A3119. Grayscale: #D7D7D7. Windows color (decimal): -1716506 or 15126245. OLE color: 15126245.
HSL color Cylindrical-coordinate representation of color #E5CEE6: hue angle of 297.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CEE6 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 206 | 230 | - |
CMYK | 0.00 | 0.10 | 0 | 0.10 |
HSL | 297.5º | 0.32% | 0.85% | - |
HSV(B) | 297.5º | 0.1% | 0.9% | - |
XYZ | 68.67 | 66.51 | 84.08 | - |
YUV | 215.61 | 136.12 | 137.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 206 | 230 | 0.00 | 0.10 | 0 | 0.10 | 297.5 | 0.32 | 0.85 |
Hex | E5 | CE | E6 | 0 | A | 0 | A | 12A | 20 | 55 |
Octal | 345 | 316 | 346 | 0 | 12 | 0 | 12 | 452 | 40 | 125 |
Binary | 11100101 | 11001110 | 11100110 | 0 | 1010 | 0 | 1010 | 100101010 | 100000 | 1010101 |
Color Harmonies of #E5CEE6
Complementary color
Monochromatic Colors of #E5CEE6
Black with #E5CEE6
Text Example
Text Example
White with #E5CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEE6; }
p { color: rgb(229,206,230); }
H1.HeaderClassName
{
color: #E5CEE6;
}
.AnyTagClassName
{
color: #E5CEE6;
}
</style>
background-color css
<style>
a { background-color: #E5CEE6; }
a { background-color: rgb(229,206,230); }
div.DivClassName
{
background-color: #E5CEE6;
}
.BgClassName
{
background-color: #E5CEE6;
}
</style>
border-color css
<style>
span { border-color: #E5CEE6; }
span { border-color: rgb(229,206,230); }
td.TdClassName
{
border-color: #E5CEE6;
}
.TagClassName
{
border-color: #E5CEE6;
}
</style>