Shades of Snuff #E8CFEB
Tints of Snuff #E8CFEB
RGB
CMYK
RGB Variations
Color information
#E8CFEB (or 0xE8CFEB) is known color: Snuff. HEX triplet: E8, CF and EB. RGB value is (232,207,235). Sum of RGB (Red+Green+Blue) = 232+207+235=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEB is #173014. Grayscale: #D9D9D9. Windows color (decimal): -1519637 or 15454184. OLE color: 15454184.
HSL color Cylindrical-coordinate representation of color #E8CFEB: hue angle of 293.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CFEB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 207 | 235 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.08 |
| HSL | 293.57º | 0.41% | 0.87% | - |
| HSV(B) | 293.57º | 0.12% | 0.92% | - |
| XYZ | 70.59 | 67.78 | 87.96 | - |
| YUV | 217.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 235 | 0.01 | 0.12 | 0 | 0.08 | 293.57 | 0.41 | 0.87 |
| Hex | E8 | CF | EB | 1 | C | 0 | 8 | 126 | 29 | 57 |
| Octal | 350 | 317 | 353 | 1 | 14 | 0 | 10 | 446 | 51 | 127 |
| Binary | 11101000 | 11001111 | 11101011 | 1 | 1100 | 0 | 1000 | 100100110 | 101001 | 1010111 |
Color Harmonies of #E8CFEB
Complementary color
Monochromatic Colors of #E8CFEB
Black with #E8CFEB
Text Example
Text Example
White with #E8CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFEB; }
p { color: rgb(232,207,235); }
H1.HeaderClassName
{
color: #E8CFEB;
}
.AnyTagClassName
{
color: #E8CFEB;
}
</style>
background-color css
<style>
a { background-color: #E8CFEB; }
a { background-color: rgb(232,207,235); }
div.DivClassName
{
background-color: #E8CFEB;
}
.BgClassName
{
background-color: #E8CFEB;
}
</style>
border-color css
<style>
span { border-color: #E8CFEB; }
span { border-color: rgb(232,207,235); }
td.TdClassName
{
border-color: #E8CFEB;
}
.TagClassName
{
border-color: #E8CFEB;
}
</style>