Shades of Snuff #E9CEED
Tints of Snuff #E9CEED
RGB
CMYK
RGB Variations
Color information
#E9CEED (or 0xE9CEED) is known color: Snuff. HEX triplet: E9, CE and ED. RGB value is (233,206,237). Sum of RGB (Red+Green+Blue) = 233+206+237=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEED is #163112. Grayscale: #D9D9D9. Windows color (decimal): -1454355 or 15585001. OLE color: 15585001.
HSL color Cylindrical-coordinate representation of color #E9CEED: hue angle of 292.26º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CEED is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 206 | 237 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.07 |
| HSL | 292.26º | 0.46% | 0.87% | - |
| HSV(B) | 292.26º | 0.13% | 0.93% | - |
| XYZ | 70.96 | 67.58 | 89.43 | - |
| YUV | 217.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 237 | 0.02 | 0.13 | 0 | 0.07 | 292.26 | 0.46 | 0.87 |
| Hex | E9 | CE | ED | 2 | D | 0 | 7 | 124 | 2E | 57 |
| Octal | 351 | 316 | 355 | 2 | 15 | 0 | 7 | 444 | 56 | 127 |
| Binary | 11101001 | 11001110 | 11101101 | 10 | 1101 | 0 | 111 | 100100100 | 101110 | 1010111 |
Color Harmonies of #E9CEED
Complementary color
Monochromatic Colors of #E9CEED
Black with #E9CEED
Text Example
Text Example
White with #E9CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEED; }
p { color: rgb(233,206,237); }
H1.HeaderClassName
{
color: #E9CEED;
}
.AnyTagClassName
{
color: #E9CEED;
}
</style>
background-color css
<style>
a { background-color: #E9CEED; }
a { background-color: rgb(233,206,237); }
div.DivClassName
{
background-color: #E9CEED;
}
.BgClassName
{
background-color: #E9CEED;
}
</style>
border-color css
<style>
span { border-color: #E9CEED; }
span { border-color: rgb(233,206,237); }
td.TdClassName
{
border-color: #E9CEED;
}
.TagClassName
{
border-color: #E9CEED;
}
</style>