Shades of Ebb #EBDCD9
Tints of Ebb #EBDCD9
RGB
CMYK
RGB Variations
Color information
#EBDCD9 (or 0xEBDCD9) is known color: Ebb. HEX triplet: EB, DC and D9. RGB value is (235,220,217). Sum of RGB (Red+Green+Blue) = 235+220+217=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD9 is #142326. Grayscale: #E0E0E0. Windows color (decimal): -1319719 or 14277867. OLE color: 14277867.
HSL color Cylindrical-coordinate representation of color #EBDCD9: hue angle of 10º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDCD9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 217 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 10º | 0.31% | 0.89% | - |
| HSV(B) | 10º | 0.08% | 0.92% | - |
| XYZ | 72.38 | 73.86 | 76.09 | - |
| YUV | 224.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 217 | 0 | 0.06 | 0.08 | 0.08 | 10 | 0.31 | 0.89 |
| Hex | EB | DC | D9 | 0 | 6 | 8 | 8 | A | 1F | 59 |
| Octal | 353 | 334 | 331 | 0 | 6 | 10 | 10 | 12 | 37 | 131 |
| Binary | 11101011 | 11011100 | 11011001 | 0 | 110 | 1000 | 1000 | 1010 | 11111 | 1011001 |
Color Harmonies of #EBDCD9
Complementary color
Monochromatic Colors of #EBDCD9
Black with #EBDCD9
Text Example
Text Example
White with #EBDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCD9; }
p { color: rgb(235,220,217); }
H1.HeaderClassName
{
color: #EBDCD9;
}
.AnyTagClassName
{
color: #EBDCD9;
}
</style>
background-color css
<style>
a { background-color: #EBDCD9; }
a { background-color: rgb(235,220,217); }
div.DivClassName
{
background-color: #EBDCD9;
}
.BgClassName
{
background-color: #EBDCD9;
}
</style>
border-color css
<style>
span { border-color: #EBDCD9; }
span { border-color: rgb(235,220,217); }
td.TdClassName
{
border-color: #EBDCD9;
}
.TagClassName
{
border-color: #EBDCD9;
}
</style>