Shades of Ebb #E6DCDA
Tints of Ebb #E6DCDA
RGB
CMYK
RGB Variations
Color information
#E6DCDA (or 0xE6DCDA) is known color: Ebb. HEX triplet: E6, DC and DA. RGB value is (230,220,218). Sum of RGB (Red+Green+Blue) = 230+220+218=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDA is #192325. Grayscale: #DEDEDE. Windows color (decimal): -1647398 or 14343398. OLE color: 14343398.
HSL color Cylindrical-coordinate representation of color #E6DCDA: hue angle of 10º degrees, saturation: 0.19, 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 #E6DCDA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 220 | 218 | - |
CMYK | 0 | 0.04 | 0.05 | 0.10 |
HSL | 10º | 0.19% | 0.88% | - |
HSV(B) | 10º | 0.05% | 0.9% | - |
XYZ | 70.88 | 73.07 | 76.7 | - |
YUV | 222.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 218 | 0 | 0.04 | 0.05 | 0.10 | 10 | 0.19 | 0.88 |
Hex | E6 | DC | DA | 0 | 4 | 5 | A | A | 13 | 58 |
Octal | 346 | 334 | 332 | 0 | 4 | 5 | 12 | 12 | 23 | 130 |
Binary | 11100110 | 11011100 | 11011010 | 0 | 100 | 101 | 1010 | 1010 | 10011 | 1011000 |
Color Harmonies of #E6DCDA
Complementary color
Monochromatic Colors of #E6DCDA
Black with #E6DCDA
Text Example
Text Example
White with #E6DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCDA; }
p { color: rgb(230,220,218); }
H1.HeaderClassName
{
color: #E6DCDA;
}
.AnyTagClassName
{
color: #E6DCDA;
}
</style>
background-color css
<style>
a { background-color: #E6DCDA; }
a { background-color: rgb(230,220,218); }
div.DivClassName
{
background-color: #E6DCDA;
}
.BgClassName
{
background-color: #E6DCDA;
}
</style>
border-color css
<style>
span { border-color: #E6DCDA; }
span { border-color: rgb(230,220,218); }
td.TdClassName
{
border-color: #E6DCDA;
}
.TagClassName
{
border-color: #E6DCDA;
}
</style>