Shades of Snuff #E7CEEC
Tints of Snuff #E7CEEC
RGB
CMYK
RGB Variations
Color information
#E7CEEC (or 0xE7CEEC) is known color: Snuff. HEX triplet: E7, CE and EC. RGB value is (231,206,236). Sum of RGB (Red+Green+Blue) = 231+206+236=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEEC is #183113. Grayscale: #D8D8D8. Windows color (decimal): -1585428 or 15519463. OLE color: 15519463.
HSL color Cylindrical-coordinate representation of color #E7CEEC: hue angle of 290º degrees, saturation: 0.44, 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 #E7CEEC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 206 | 236 | - |
CMYK | 0.02 | 0.13 | 0 | 0.07 |
HSL | 290º | 0.44% | 0.87% | - |
HSV(B) | 290º | 0.13% | 0.93% | - |
XYZ | 70.17 | 67.19 | 88.63 | - |
YUV | 216.9 | 138.78 | 138.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 206 | 236 | 0.02 | 0.13 | 0 | 0.07 | 290 | 0.44 | 0.87 |
Hex | E7 | CE | EC | 2 | D | 0 | 7 | 122 | 2C | 57 |
Octal | 347 | 316 | 354 | 2 | 15 | 0 | 7 | 442 | 54 | 127 |
Binary | 11100111 | 11001110 | 11101100 | 10 | 1101 | 0 | 111 | 100100010 | 101100 | 1010111 |
Color Harmonies of #E7CEEC
Complementary color
Monochromatic Colors of #E7CEEC
Black with #E7CEEC
Text Example
Text Example
White with #E7CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEEC; }
p { color: rgb(231,206,236); }
H1.HeaderClassName
{
color: #E7CEEC;
}
.AnyTagClassName
{
color: #E7CEEC;
}
</style>
background-color css
<style>
a { background-color: #E7CEEC; }
a { background-color: rgb(231,206,236); }
div.DivClassName
{
background-color: #E7CEEC;
}
.BgClassName
{
background-color: #E7CEEC;
}
</style>
border-color css
<style>
span { border-color: #E7CEEC; }
span { border-color: rgb(231,206,236); }
td.TdClassName
{
border-color: #E7CEEC;
}
.TagClassName
{
border-color: #E7CEEC;
}
</style>