Shades of Snuff #E7CDEC
Tints of Snuff #E7CDEC
RGB
CMYK
RGB Variations
Color information
#E7CDEC (or 0xE7CDEC) is known color: Snuff. HEX triplet: E7, CD and EC. RGB value is (231,205,236). Sum of RGB (Red+Green+Blue) = 231+205+236=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEC is #183213. Grayscale: #D8D8D8. Windows color (decimal): -1585684 or 15519207. OLE color: 15519207.
HSL color Cylindrical-coordinate representation of color #E7CDEC: hue angle of 290.32º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CDEC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 205 | 236 | - |
CMYK | 0.02 | 0.13 | 0 | 0.07 |
HSL | 290.32º | 0.45% | 0.86% | - |
HSV(B) | 290.32º | 0.13% | 0.93% | - |
XYZ | 69.93 | 66.71 | 88.55 | - |
YUV | 216.31 | 139.11 | 138.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 205 | 236 | 0.02 | 0.13 | 0 | 0.07 | 290.32 | 0.45 | 0.86 |
Hex | E7 | CD | EC | 2 | D | 0 | 7 | 122 | 2D | 56 |
Octal | 347 | 315 | 354 | 2 | 15 | 0 | 7 | 442 | 55 | 126 |
Binary | 11100111 | 11001101 | 11101100 | 10 | 1101 | 0 | 111 | 100100010 | 101101 | 1010110 |
Color Harmonies of #E7CDEC
Complementary color
Monochromatic Colors of #E7CDEC
Black with #E7CDEC
Text Example
Text Example
White with #E7CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDEC; }
p { color: rgb(231,205,236); }
H1.HeaderClassName
{
color: #E7CDEC;
}
.AnyTagClassName
{
color: #E7CDEC;
}
</style>
background-color css
<style>
a { background-color: #E7CDEC; }
a { background-color: rgb(231,205,236); }
div.DivClassName
{
background-color: #E7CDEC;
}
.BgClassName
{
background-color: #E7CDEC;
}
</style>
border-color css
<style>
span { border-color: #E7CDEC; }
span { border-color: rgb(231,205,236); }
td.TdClassName
{
border-color: #E7CDEC;
}
.TagClassName
{
border-color: #E7CDEC;
}
</style>