Shades of Snuff #E6CBEB
Tints of Snuff #E6CBEB
RGB
CMYK
RGB Variations
Color information
#E6CBEB (or 0xE6CBEB) is known color: Snuff. HEX triplet: E6, CB and EB. RGB value is (230,203,235). Sum of RGB (Red+Green+Blue) = 230+203+235=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBEB is #193414. Grayscale: #D6D6D6. Windows color (decimal): -1651733 or 15453158. OLE color: 15453158.
HSL color Cylindrical-coordinate representation of color #E6CBEB: hue angle of 290.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CBEB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 203 | 235 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.08 |
| HSL | 290.63º | 0.44% | 0.86% | - |
| HSV(B) | 290.63º | 0.14% | 0.92% | - |
| XYZ | 68.98 | 65.53 | 87.61 | - |
| YUV | 214.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 235 | 0.02 | 0.14 | 0 | 0.08 | 290.63 | 0.44 | 0.86 |
| Hex | E6 | CB | EB | 2 | E | 0 | 8 | 123 | 2C | 56 |
| Octal | 346 | 313 | 353 | 2 | 16 | 0 | 10 | 443 | 54 | 126 |
| Binary | 11100110 | 11001011 | 11101011 | 10 | 1110 | 0 | 1000 | 100100011 | 101100 | 1010110 |
Color Harmonies of #E6CBEB
Complementary color
Monochromatic Colors of #E6CBEB
Black with #E6CBEB
Text Example
Text Example
White with #E6CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBEB; }
p { color: rgb(230,203,235); }
H1.HeaderClassName
{
color: #E6CBEB;
}
.AnyTagClassName
{
color: #E6CBEB;
}
</style>
background-color css
<style>
a { background-color: #E6CBEB; }
a { background-color: rgb(230,203,235); }
div.DivClassName
{
background-color: #E6CBEB;
}
.BgClassName
{
background-color: #E6CBEB;
}
</style>
border-color css
<style>
span { border-color: #E6CBEB; }
span { border-color: rgb(230,203,235); }
td.TdClassName
{
border-color: #E6CBEB;
}
.TagClassName
{
border-color: #E6CBEB;
}
</style>