Shades of Ebb #E6DEDB
Tints of Ebb #E6DEDB
RGB
CMYK
RGB Variations
Color information
#E6DEDB (or 0xE6DEDB) is known color: Ebb. HEX triplet: E6, DE and DB. RGB value is (230,222,219). Sum of RGB (Red+Green+Blue) = 230+222+219=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDB is #192124. Grayscale: #E0E0E0. Windows color (decimal): -1646885 or 14409446. OLE color: 14409446.
HSL color Cylindrical-coordinate representation of color #E6DEDB: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DEDB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 219 | - |
CMYK | 0 | 0.03 | 0.05 | 0.10 |
HSL | 16.36º | 0.18% | 0.88% | - |
HSV(B) | 16.36º | 0.05% | 0.9% | - |
XYZ | 71.54 | 74.18 | 77.57 | - |
YUV | 224.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 219 | 0 | 0.03 | 0.05 | 0.10 | 16.36 | 0.18 | 0.88 |
Hex | E6 | DE | DB | 0 | 3 | 5 | A | 10 | 12 | 58 |
Octal | 346 | 336 | 333 | 0 | 3 | 5 | 12 | 20 | 22 | 130 |
Binary | 11100110 | 11011110 | 11011011 | 0 | 11 | 101 | 1010 | 10000 | 10010 | 1011000 |
Color Harmonies of #E6DEDB
Complementary color
Monochromatic Colors of #E6DEDB
Black with #E6DEDB
Text Example
Text Example
White with #E6DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEDB; }
p { color: rgb(230,222,219); }
H1.HeaderClassName
{
color: #E6DEDB;
}
.AnyTagClassName
{
color: #E6DEDB;
}
</style>
background-color css
<style>
a { background-color: #E6DEDB; }
a { background-color: rgb(230,222,219); }
div.DivClassName
{
background-color: #E6DEDB;
}
.BgClassName
{
background-color: #E6DEDB;
}
</style>
border-color css
<style>
span { border-color: #E6DEDB; }
span { border-color: rgb(230,222,219); }
td.TdClassName
{
border-color: #E6DEDB;
}
.TagClassName
{
border-color: #E6DEDB;
}
</style>