Shades of Ebb #E6DDDA
Tints of Ebb #E6DDDA
RGB
CMYK
RGB Variations
Color information
#E6DDDA (or 0xE6DDDA) is known color: Ebb. HEX triplet: E6, DD and DA. RGB value is (230,221,218). Sum of RGB (Red+Green+Blue) = 230+221+218=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDDA is #192225. Grayscale: #DFDFDF. Windows color (decimal): -1647142 or 14343654. OLE color: 14343654.
HSL color Cylindrical-coordinate representation of color #E6DDDA: hue angle of 15º 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 #E6DDDA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 221 | 218 | - |
CMYK | 0 | 0.04 | 0.05 | 0.10 |
HSL | 15º | 0.19% | 0.88% | - |
HSV(B) | 15º | 0.05% | 0.9% | - |
XYZ | 71.14 | 73.6 | 76.79 | - |
YUV | 223.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 218 | 0 | 0.04 | 0.05 | 0.10 | 15 | 0.19 | 0.88 |
Hex | E6 | DD | DA | 0 | 4 | 5 | A | F | 13 | 58 |
Octal | 346 | 335 | 332 | 0 | 4 | 5 | 12 | 17 | 23 | 130 |
Binary | 11100110 | 11011101 | 11011010 | 0 | 100 | 101 | 1010 | 1111 | 10011 | 1011000 |
Color Harmonies of #E6DDDA
Complementary color
Monochromatic Colors of #E6DDDA
Black with #E6DDDA
Text Example
Text Example
White with #E6DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDDA; }
p { color: rgb(230,221,218); }
H1.HeaderClassName
{
color: #E6DDDA;
}
.AnyTagClassName
{
color: #E6DDDA;
}
</style>
background-color css
<style>
a { background-color: #E6DDDA; }
a { background-color: rgb(230,221,218); }
div.DivClassName
{
background-color: #E6DDDA;
}
.BgClassName
{
background-color: #E6DDDA;
}
</style>
border-color css
<style>
span { border-color: #E6DDDA; }
span { border-color: rgb(230,221,218); }
td.TdClassName
{
border-color: #E6DDDA;
}
.TagClassName
{
border-color: #E6DDDA;
}
</style>