Shades of Ebb #E6DEDC
Tints of Ebb #E6DEDC
RGB
CMYK
RGB Variations
Color information
#E6DEDC (or 0xE6DEDC) is known color: Ebb. HEX triplet: E6, DE and DC. RGB value is (230,222,220). Sum of RGB (Red+Green+Blue) = 230+222+220=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDC is #192123. Grayscale: #E0E0E0. Windows color (decimal): -1646884 or 14474982. OLE color: 14474982.
HSL color Cylindrical-coordinate representation of color #E6DEDC: hue angle of 12º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DEDC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 220 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.10 |
| HSL | 12º | 0.17% | 0.88% | - |
| HSV(B) | 12º | 0.04% | 0.9% | - |
| XYZ | 71.67 | 74.23 | 78.26 | - |
| YUV | 224.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 220 | 0 | 0.03 | 0.04 | 0.10 | 12 | 0.17 | 0.88 |
| Hex | E6 | DE | DC | 0 | 3 | 4 | A | C | 11 | 58 |
| Octal | 346 | 336 | 334 | 0 | 3 | 4 | 12 | 14 | 21 | 130 |
| Binary | 11100110 | 11011110 | 11011100 | 0 | 11 | 100 | 1010 | 1100 | 10001 | 1011000 |
Color Harmonies of #E6DEDC
Complementary color
Monochromatic Colors of #E6DEDC
Black with #E6DEDC
Text Example
Text Example
White with #E6DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEDC; }
p { color: rgb(230,222,220); }
H1.HeaderClassName
{
color: #E6DEDC;
}
.AnyTagClassName
{
color: #E6DEDC;
}
</style>
background-color css
<style>
a { background-color: #E6DEDC; }
a { background-color: rgb(230,222,220); }
div.DivClassName
{
background-color: #E6DEDC;
}
.BgClassName
{
background-color: #E6DEDC;
}
</style>
border-color css
<style>
span { border-color: #E6DEDC; }
span { border-color: rgb(230,222,220); }
td.TdClassName
{
border-color: #E6DEDC;
}
.TagClassName
{
border-color: #E6DEDC;
}
</style>