Shades of Snuff #E6CEEA
Tints of Snuff #E6CEEA
RGB
CMYK
RGB Variations
Color information
#E6CEEA (or 0xE6CEEA) is known color: Snuff. HEX triplet: E6, CE and EA. RGB value is (230,206,234). Sum of RGB (Red+Green+Blue) = 230+206+234=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEEA is #193115. Grayscale: #D8D8D8. Windows color (decimal): -1650966 or 15388390. OLE color: 15388390.
HSL color Cylindrical-coordinate representation of color #E6CEEA: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CEEA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 206 | 234 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.08 |
| HSL | 291.43º | 0.4% | 0.86% | - |
| HSV(B) | 291.43º | 0.12% | 0.92% | - |
| XYZ | 69.56 | 66.91 | 87.09 | - |
| YUV | 216.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 234 | 0.02 | 0.12 | 0 | 0.08 | 291.43 | 0.4 | 0.86 |
| Hex | E6 | CE | EA | 2 | C | 0 | 8 | 123 | 28 | 56 |
| Octal | 346 | 316 | 352 | 2 | 14 | 0 | 10 | 443 | 50 | 126 |
| Binary | 11100110 | 11001110 | 11101010 | 10 | 1100 | 0 | 1000 | 100100011 | 101000 | 1010110 |
Color Harmonies of #E6CEEA
Complementary color
Monochromatic Colors of #E6CEEA
Black with #E6CEEA
Text Example
Text Example
White with #E6CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEEA; }
p { color: rgb(230,206,234); }
H1.HeaderClassName
{
color: #E6CEEA;
}
.AnyTagClassName
{
color: #E6CEEA;
}
</style>
background-color css
<style>
a { background-color: #E6CEEA; }
a { background-color: rgb(230,206,234); }
div.DivClassName
{
background-color: #E6CEEA;
}
.BgClassName
{
background-color: #E6CEEA;
}
</style>
border-color css
<style>
span { border-color: #E6CEEA; }
span { border-color: rgb(230,206,234); }
td.TdClassName
{
border-color: #E6CEEA;
}
.TagClassName
{
border-color: #E6CEEA;
}
</style>