Shades of Snuff #E6DEE4
Tints of Snuff #E6DEE4
RGB
CMYK
RGB Variations
Color information
#E6DEE4 (or 0xE6DEE4) is known color: Snuff. HEX triplet: E6, DE and E4. RGB value is (230,222,228). Sum of RGB (Red+Green+Blue) = 230+222+228=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE4 is #19211B. Grayscale: #E1E1E1. Windows color (decimal): -1646876 or 14999270. OLE color: 14999270.
HSL color Cylindrical-coordinate representation of color #E6DEE4: hue angle of 315º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEE4 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 228 | - |
CMYK | 0 | 0.03 | 0.01 | 0.10 |
HSL | 315º | 0.14% | 0.89% | - |
HSV(B) | 315º | 0.03% | 0.9% | - |
XYZ | 72.76 | 74.67 | 83.98 | - |
YUV | 225.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 228 | 0 | 0.03 | 0.01 | 0.10 | 315 | 0.14 | 0.89 |
Hex | E6 | DE | E4 | 0 | 3 | 1 | A | 13B | E | 59 |
Octal | 346 | 336 | 344 | 0 | 3 | 1 | 12 | 473 | 16 | 131 |
Binary | 11100110 | 11011110 | 11100100 | 0 | 11 | 1 | 1010 | 100111011 | 1110 | 1011001 |
Color Harmonies of #E6DEE4
Complementary color
Monochromatic Colors of #E6DEE4
Black with #E6DEE4
Text Example
Text Example
White with #E6DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEE4; }
p { color: rgb(230,222,228); }
H1.HeaderClassName
{
color: #E6DEE4;
}
.AnyTagClassName
{
color: #E6DEE4;
}
</style>
background-color css
<style>
a { background-color: #E6DEE4; }
a { background-color: rgb(230,222,228); }
div.DivClassName
{
background-color: #E6DEE4;
}
.BgClassName
{
background-color: #E6DEE4;
}
</style>
border-color css
<style>
span { border-color: #E6DEE4; }
span { border-color: rgb(230,222,228); }
td.TdClassName
{
border-color: #E6DEE4;
}
.TagClassName
{
border-color: #E6DEE4;
}
</style>