Shades of Ebb #EBDBD7
Tints of Ebb #EBDBD7
RGB
CMYK
RGB Variations
Color information
#EBDBD7 (or 0xEBDBD7) is known color: Ebb. HEX triplet: EB, DB and D7. RGB value is (235,219,215). Sum of RGB (Red+Green+Blue) = 235+219+215=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD7 is #142428. Grayscale: #DFDFDF. Windows color (decimal): -1319977 or 14146539. OLE color: 14146539.
HSL color Cylindrical-coordinate representation of color #EBDBD7: hue angle of 12º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDBD7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 215 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.08 |
| HSL | 12º | 0.33% | 0.88% | - |
| HSV(B) | 12º | 0.09% | 0.92% | - |
| XYZ | 71.86 | 73.23 | 74.64 | - |
| YUV | 223.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 215 | 0 | 0.07 | 0.09 | 0.08 | 12 | 0.33 | 0.88 |
| Hex | EB | DB | D7 | 0 | 7 | 9 | 8 | C | 21 | 58 |
| Octal | 353 | 333 | 327 | 0 | 7 | 11 | 10 | 14 | 41 | 130 |
| Binary | 11101011 | 11011011 | 11010111 | 0 | 111 | 1001 | 1000 | 1100 | 100001 | 1011000 |
Color Harmonies of #EBDBD7
Complementary color
Monochromatic Colors of #EBDBD7
Black with #EBDBD7
Text Example
Text Example
White with #EBDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBD7; }
p { color: rgb(235,219,215); }
H1.HeaderClassName
{
color: #EBDBD7;
}
.AnyTagClassName
{
color: #EBDBD7;
}
</style>
background-color css
<style>
a { background-color: #EBDBD7; }
a { background-color: rgb(235,219,215); }
div.DivClassName
{
background-color: #EBDBD7;
}
.BgClassName
{
background-color: #EBDBD7;
}
</style>
border-color css
<style>
span { border-color: #EBDBD7; }
span { border-color: rgb(235,219,215); }
td.TdClassName
{
border-color: #EBDBD7;
}
.TagClassName
{
border-color: #EBDBD7;
}
</style>