Shades of Ebb #EBDDDA
Tints of Ebb #EBDDDA
RGB
CMYK
RGB Variations
Color information
#EBDDDA (or 0xEBDDDA) is known color: Ebb. HEX triplet: EB, DD and DA. RGB value is (235,221,218). Sum of RGB (Red+Green+Blue) = 235+221+218=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDA is #142225. Grayscale: #E0E0E0. Windows color (decimal): -1319462 or 14343659. OLE color: 14343659.
HSL color Cylindrical-coordinate representation of color #EBDDDA: hue angle of 10.59º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDDDA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 218 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.08 |
| HSL | 10.59º | 0.3% | 0.89% | - |
| HSV(B) | 10.59º | 0.07% | 0.92% | - |
| XYZ | 72.77 | 74.44 | 76.86 | - |
| YUV | 224.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 218 | 0 | 0.06 | 0.07 | 0.08 | 10.59 | 0.3 | 0.89 |
| Hex | EB | DD | DA | 0 | 6 | 7 | 8 | B | 1E | 59 |
| Octal | 353 | 335 | 332 | 0 | 6 | 7 | 10 | 13 | 36 | 131 |
| Binary | 11101011 | 11011101 | 11011010 | 0 | 110 | 111 | 1000 | 1011 | 11110 | 1011001 |
Color Harmonies of #EBDDDA
Complementary color
Monochromatic Colors of #EBDDDA
Black with #EBDDDA
Text Example
Text Example
White with #EBDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDDA; }
p { color: rgb(235,221,218); }
H1.HeaderClassName
{
color: #EBDDDA;
}
.AnyTagClassName
{
color: #EBDDDA;
}
</style>
background-color css
<style>
a { background-color: #EBDDDA; }
a { background-color: rgb(235,221,218); }
div.DivClassName
{
background-color: #EBDDDA;
}
.BgClassName
{
background-color: #EBDDDA;
}
</style>
border-color css
<style>
span { border-color: #EBDDDA; }
span { border-color: rgb(235,221,218); }
td.TdClassName
{
border-color: #EBDDDA;
}
.TagClassName
{
border-color: #EBDDDA;
}
</style>