Shades of Snuff #E5CBE2
Tints of Snuff #E5CBE2
RGB
CMYK
RGB Variations
Color information
#E5CBE2 (or 0xE5CBE2) is known color: Snuff. HEX triplet: E5, CB and E2. RGB value is (229,203,226). Sum of RGB (Red+Green+Blue) = 229+203+226=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBE2 is #1A341D. Grayscale: #D5D5D5. Windows color (decimal): -1717278 or 14863333. OLE color: 14863333.
HSL color Cylindrical-coordinate representation of color #E5CBE2: hue angle of 306.92º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBE2 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 226 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.10 |
| HSL | 306.92º | 0.33% | 0.85% | - |
| HSV(B) | 306.92º | 0.11% | 0.9% | - |
| XYZ | 67.4 | 64.86 | 80.92 | - |
| YUV | 213.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 226 | 0 | 0.11 | 0.01 | 0.10 | 306.92 | 0.33 | 0.85 |
| Hex | E5 | CB | E2 | 0 | B | 1 | A | 133 | 21 | 55 |
| Octal | 345 | 313 | 342 | 0 | 13 | 1 | 12 | 463 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11100010 | 0 | 1011 | 1 | 1010 | 100110011 | 100001 | 1010101 |
Color Harmonies of #E5CBE2
Complementary color
Monochromatic Colors of #E5CBE2
Black with #E5CBE2
Text Example
Text Example
White with #E5CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBE2; }
p { color: rgb(229,203,226); }
H1.HeaderClassName
{
color: #E5CBE2;
}
.AnyTagClassName
{
color: #E5CBE2;
}
</style>
background-color css
<style>
a { background-color: #E5CBE2; }
a { background-color: rgb(229,203,226); }
div.DivClassName
{
background-color: #E5CBE2;
}
.BgClassName
{
background-color: #E5CBE2;
}
</style>
border-color css
<style>
span { border-color: #E5CBE2; }
span { border-color: rgb(229,203,226); }
td.TdClassName
{
border-color: #E5CBE2;
}
.TagClassName
{
border-color: #E5CBE2;
}
</style>