Shades of Snuff #E4CDE6
Tints of Snuff #E4CDE6
RGB
CMYK
RGB Variations
Color information
#E4CDE6 (or 0xE4CDE6) is known color: Snuff. HEX triplet: E4, CD and E6. RGB value is (228,205,230). Sum of RGB (Red+Green+Blue) = 228+205+230=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #E4CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDE6 is #1B3219. Grayscale: #D6D6D6. Windows color (decimal): -1782298 or 15125988. OLE color: 15125988.
HSL color Cylindrical-coordinate representation of color #E4CDE6: hue angle of 295.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CDE6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 205 | 230 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.10 |
| HSL | 295.2º | 0.33% | 0.85% | - |
| HSV(B) | 295.2º | 0.11% | 0.9% | - |
| XYZ | 68.11 | 65.87 | 83.99 | - |
| YUV | 214.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 230 | 0.01 | 0.11 | 0 | 0.10 | 295.2 | 0.33 | 0.85 |
| Hex | E4 | CD | E6 | 1 | B | 0 | A | 127 | 21 | 55 |
| Octal | 344 | 315 | 346 | 1 | 13 | 0 | 12 | 447 | 41 | 125 |
| Binary | 11100100 | 11001101 | 11100110 | 1 | 1011 | 0 | 1010 | 100100111 | 100001 | 1010101 |
Color Harmonies of #E4CDE6
Complementary color
Monochromatic Colors of #E4CDE6
Black with #E4CDE6
Text Example
Text Example
White with #E4CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDE6; }
p { color: rgb(228,205,230); }
H1.HeaderClassName
{
color: #E4CDE6;
}
.AnyTagClassName
{
color: #E4CDE6;
}
</style>
background-color css
<style>
a { background-color: #E4CDE6; }
a { background-color: rgb(228,205,230); }
div.DivClassName
{
background-color: #E4CDE6;
}
.BgClassName
{
background-color: #E4CDE6;
}
</style>
border-color css
<style>
span { border-color: #E4CDE6; }
span { border-color: rgb(228,205,230); }
td.TdClassName
{
border-color: #E4CDE6;
}
.TagClassName
{
border-color: #E4CDE6;
}
</style>