Shades of Snuff #E6CBE5
Tints of Snuff #E6CBE5
RGB
CMYK
RGB Variations
Color information
#E6CBE5 (or 0xE6CBE5) is known color: Snuff. HEX triplet: E6, CB and E5. RGB value is (230,203,229). Sum of RGB (Red+Green+Blue) = 230+203+229=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBE5 is #19341A. Grayscale: #D5D5D5. Windows color (decimal): -1651739 or 15059942. OLE color: 15059942.
HSL color Cylindrical-coordinate representation of color #E6CBE5: hue angle of 302.22º 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 #E6CBE5 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 229 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.10 |
| HSL | 302.22º | 0.35% | 0.85% | - |
| HSV(B) | 302.22º | 0.12% | 0.9% | - |
| XYZ | 68.13 | 65.19 | 83.12 | - |
| YUV | 214.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 229 | 0 | 0.12 | 0.00 | 0.10 | 302.22 | 0.35 | 0.85 |
| Hex | E6 | CB | E5 | 0 | C | 0 | A | 12E | 23 | 55 |
| Octal | 346 | 313 | 345 | 0 | 14 | 0 | 12 | 456 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11100101 | 0 | 1100 | 0 | 1010 | 100101110 | 100011 | 1010101 |
Color Harmonies of #E6CBE5
Complementary color
Monochromatic Colors of #E6CBE5
Black with #E6CBE5
Text Example
Text Example
White with #E6CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBE5; }
p { color: rgb(230,203,229); }
H1.HeaderClassName
{
color: #E6CBE5;
}
.AnyTagClassName
{
color: #E6CBE5;
}
</style>
background-color css
<style>
a { background-color: #E6CBE5; }
a { background-color: rgb(230,203,229); }
div.DivClassName
{
background-color: #E6CBE5;
}
.BgClassName
{
background-color: #E6CBE5;
}
</style>
border-color css
<style>
span { border-color: #E6CBE5; }
span { border-color: rgb(230,203,229); }
td.TdClassName
{
border-color: #E6CBE5;
}
.TagClassName
{
border-color: #E6CBE5;
}
</style>