Shades of Snuff #E3CBE6
Tints of Snuff #E3CBE6
RGB
CMYK
RGB Variations
Color information
#E3CBE6 (or 0xE3CBE6) is known color: Snuff. HEX triplet: E3, CB and E6. RGB value is (227,203,230). Sum of RGB (Red+Green+Blue) = 227+203+230=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBE6 is #1C3419. Grayscale: #D5D5D5. Windows color (decimal): -1848346 or 15125475. OLE color: 15125475.
HSL color Cylindrical-coordinate representation of color #E3CBE6: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3CBE6 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 203 | 230 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.10 |
| HSL | 293.33º | 0.35% | 0.85% | - |
| HSV(B) | 293.33º | 0.12% | 0.9% | - |
| XYZ | 67.32 | 64.76 | 83.81 | - |
| YUV | 213.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 230 | 0.01 | 0.12 | 0 | 0.10 | 293.33 | 0.35 | 0.85 |
| Hex | E3 | CB | E6 | 1 | C | 0 | A | 125 | 23 | 55 |
| Octal | 343 | 313 | 346 | 1 | 14 | 0 | 12 | 445 | 43 | 125 |
| Binary | 11100011 | 11001011 | 11100110 | 1 | 1100 | 0 | 1010 | 100100101 | 100011 | 1010101 |
Color Harmonies of #E3CBE6
Complementary color
Monochromatic Colors of #E3CBE6
Black with #E3CBE6
Text Example
Text Example
White with #E3CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBE6; }
p { color: rgb(227,203,230); }
H1.HeaderClassName
{
color: #E3CBE6;
}
.AnyTagClassName
{
color: #E3CBE6;
}
</style>
background-color css
<style>
a { background-color: #E3CBE6; }
a { background-color: rgb(227,203,230); }
div.DivClassName
{
background-color: #E3CBE6;
}
.BgClassName
{
background-color: #E3CBE6;
}
</style>
border-color css
<style>
span { border-color: #E3CBE6; }
span { border-color: rgb(227,203,230); }
td.TdClassName
{
border-color: #E3CBE6;
}
.TagClassName
{
border-color: #E3CBE6;
}
</style>