Shades of Snuff #E6CBE7
Tints of Snuff #E6CBE7
RGB
CMYK
RGB Variations
Color information
#E6CBE7 (or 0xE6CBE7) is known color: Snuff. HEX triplet: E6, CB and E7. RGB value is (230,203,231). Sum of RGB (Red+Green+Blue) = 230+203+231=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6CBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBE7 is #193418. Grayscale: #D6D6D6. Windows color (decimal): -1651737 or 15191014. OLE color: 15191014.
HSL color Cylindrical-coordinate representation of color #E6CBE7: hue angle of 297.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CBE7 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 203 | 231 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.09 |
| HSL | 297.86º | 0.37% | 0.85% | - |
| HSV(B) | 297.86º | 0.12% | 0.91% | - |
| XYZ | 68.41 | 65.3 | 84.6 | - |
| YUV | 214.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 231 | 0.00 | 0.12 | 0 | 0.09 | 297.86 | 0.37 | 0.85 |
| Hex | E6 | CB | E7 | 0 | C | 0 | 9 | 12A | 25 | 55 |
| Octal | 346 | 313 | 347 | 0 | 14 | 0 | 11 | 452 | 45 | 125 |
| Binary | 11100110 | 11001011 | 11100111 | 0 | 1100 | 0 | 1001 | 100101010 | 100101 | 1010101 |
Color Harmonies of #E6CBE7
Complementary color
Monochromatic Colors of #E6CBE7
Black with #E6CBE7
Text Example
Text Example
White with #E6CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBE7; }
p { color: rgb(230,203,231); }
H1.HeaderClassName
{
color: #E6CBE7;
}
.AnyTagClassName
{
color: #E6CBE7;
}
</style>
background-color css
<style>
a { background-color: #E6CBE7; }
a { background-color: rgb(230,203,231); }
div.DivClassName
{
background-color: #E6CBE7;
}
.BgClassName
{
background-color: #E6CBE7;
}
</style>
border-color css
<style>
span { border-color: #E6CBE7; }
span { border-color: rgb(230,203,231); }
td.TdClassName
{
border-color: #E6CBE7;
}
.TagClassName
{
border-color: #E6CBE7;
}
</style>