Shades of Ebb #E7DCD9
Tints of Ebb #E7DCD9
RGB
CMYK
RGB Variations
Color information
#E7DCD9 (or 0xE7DCD9) is known color: Ebb. HEX triplet: E7, DC and D9. RGB value is (231,220,217). Sum of RGB (Red+Green+Blue) = 231+220+217=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCD9 is #182326. Grayscale: #DEDEDE. Windows color (decimal): -1581863 or 14277863. OLE color: 14277863.
HSL color Cylindrical-coordinate representation of color #E7DCD9: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DCD9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 217 | - |
CMYK | 0 | 0.05 | 0.06 | 0.09 |
HSL | 12.86º | 0.23% | 0.88% | - |
HSV(B) | 12.86º | 0.06% | 0.91% | - |
XYZ | 71.07 | 73.19 | 76.03 | - |
YUV | 222.95 | 124.64 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 217 | 0 | 0.05 | 0.06 | 0.09 | 12.86 | 0.23 | 0.88 |
Hex | E7 | DC | D9 | 0 | 5 | 6 | 9 | D | 17 | 58 |
Octal | 347 | 334 | 331 | 0 | 5 | 6 | 11 | 15 | 27 | 130 |
Binary | 11100111 | 11011100 | 11011001 | 0 | 101 | 110 | 1001 | 1101 | 10111 | 1011000 |
Color Harmonies of #E7DCD9
Complementary color
Monochromatic Colors of #E7DCD9
Black with #E7DCD9
Text Example
Text Example
White with #E7DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCD9; }
p { color: rgb(231,220,217); }
H1.HeaderClassName
{
color: #E7DCD9;
}
.AnyTagClassName
{
color: #E7DCD9;
}
</style>
background-color css
<style>
a { background-color: #E7DCD9; }
a { background-color: rgb(231,220,217); }
div.DivClassName
{
background-color: #E7DCD9;
}
.BgClassName
{
background-color: #E7DCD9;
}
</style>
border-color css
<style>
span { border-color: #E7DCD9; }
span { border-color: rgb(231,220,217); }
td.TdClassName
{
border-color: #E7DCD9;
}
.TagClassName
{
border-color: #E7DCD9;
}
</style>