Shades of Snuff #E6CDE4
Tints of Snuff #E6CDE4
RGB
CMYK
RGB Variations
Color information
#E6CDE4 (or 0xE6CDE4) is known color: Snuff. HEX triplet: E6, CD and E4. RGB value is (230,205,228). Sum of RGB (Red+Green+Blue) = 230+205+228=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDE4 is #19321B. Grayscale: #D7D7D7. Windows color (decimal): -1651228 or 14994918. OLE color: 14994918.
HSL color Cylindrical-coordinate representation of color #E6CDE4: hue angle of 304.8º 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 #E6CDE4 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 228 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.10 |
| HSL | 304.8º | 0.33% | 0.85% | - |
| HSV(B) | 304.8º | 0.11% | 0.9% | - |
| XYZ | 68.47 | 66.09 | 82.55 | - |
| YUV | 215.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 228 | 0 | 0.11 | 0.01 | 0.10 | 304.8 | 0.33 | 0.85 |
| Hex | E6 | CD | E4 | 0 | B | 1 | A | 131 | 21 | 55 |
| Octal | 346 | 315 | 344 | 0 | 13 | 1 | 12 | 461 | 41 | 125 |
| Binary | 11100110 | 11001101 | 11100100 | 0 | 1011 | 1 | 1010 | 100110001 | 100001 | 1010101 |
Color Harmonies of #E6CDE4
Complementary color
Monochromatic Colors of #E6CDE4
Black with #E6CDE4
Text Example
Text Example
White with #E6CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDE4; }
p { color: rgb(230,205,228); }
H1.HeaderClassName
{
color: #E6CDE4;
}
.AnyTagClassName
{
color: #E6CDE4;
}
</style>
background-color css
<style>
a { background-color: #E6CDE4; }
a { background-color: rgb(230,205,228); }
div.DivClassName
{
background-color: #E6CDE4;
}
.BgClassName
{
background-color: #E6CDE4;
}
</style>
border-color css
<style>
span { border-color: #E6CDE4; }
span { border-color: rgb(230,205,228); }
td.TdClassName
{
border-color: #E6CDE4;
}
.TagClassName
{
border-color: #E6CDE4;
}
</style>