Shades of Snuff #E6CEE7
Tints of Snuff #E6CEE7
RGB
CMYK
RGB Variations
Color information
#E6CEE7 (or 0xE6CEE7) is known color: Snuff. HEX triplet: E6, CE and E7. RGB value is (230,206,231). Sum of RGB (Red+Green+Blue) = 230+206+231=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6CEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEE7 is #193118. Grayscale: #D7D7D7. Windows color (decimal): -1650969 or 15191782. OLE color: 15191782.
HSL color Cylindrical-coordinate representation of color #E6CEE7: hue angle of 297.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CEE7 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 206 | 231 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.09 |
| HSL | 297.6º | 0.34% | 0.86% | - |
| HSV(B) | 297.6º | 0.11% | 0.91% | - |
| XYZ | 69.13 | 66.74 | 84.84 | - |
| YUV | 216.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 231 | 0.00 | 0.11 | 0 | 0.09 | 297.6 | 0.34 | 0.86 |
| Hex | E6 | CE | E7 | 0 | B | 0 | 9 | 12A | 22 | 56 |
| Octal | 346 | 316 | 347 | 0 | 13 | 0 | 11 | 452 | 42 | 126 |
| Binary | 11100110 | 11001110 | 11100111 | 0 | 1011 | 0 | 1001 | 100101010 | 100010 | 1010110 |
Color Harmonies of #E6CEE7
Complementary color
Monochromatic Colors of #E6CEE7
Black with #E6CEE7
Text Example
Text Example
White with #E6CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEE7; }
p { color: rgb(230,206,231); }
H1.HeaderClassName
{
color: #E6CEE7;
}
.AnyTagClassName
{
color: #E6CEE7;
}
</style>
background-color css
<style>
a { background-color: #E6CEE7; }
a { background-color: rgb(230,206,231); }
div.DivClassName
{
background-color: #E6CEE7;
}
.BgClassName
{
background-color: #E6CEE7;
}
</style>
border-color css
<style>
span { border-color: #E6CEE7; }
span { border-color: rgb(230,206,231); }
td.TdClassName
{
border-color: #E6CEE7;
}
.TagClassName
{
border-color: #E6CEE7;
}
</style>