Shades of Ebb #EBD5D1
Tints of Ebb #EBD5D1
RGB
CMYK
RGB Variations
Color information
#EBD5D1 (or 0xEBD5D1) is known color: Ebb. HEX triplet: EB, D5 and D1. RGB value is (235,213,209). Sum of RGB (Red+Green+Blue) = 235+213+209=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5D1 is #142A2E. Grayscale: #DBDBDB. Windows color (decimal): -1321519 or 13751787. OLE color: 13751787.
HSL color Cylindrical-coordinate representation of color #EBD5D1: hue angle of 9.23º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD5D1 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 209 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.08 |
| HSL | 9.23º | 0.39% | 0.87% | - |
| HSV(B) | 9.23º | 0.11% | 0.92% | - |
| XYZ | 69.56 | 69.85 | 70.14 | - |
| YUV | 219.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 209 | 0 | 0.09 | 0.11 | 0.08 | 9.23 | 0.39 | 0.87 |
| Hex | EB | D5 | D1 | 0 | 9 | B | 8 | 9 | 27 | 57 |
| Octal | 353 | 325 | 321 | 0 | 11 | 13 | 10 | 11 | 47 | 127 |
| Binary | 11101011 | 11010101 | 11010001 | 0 | 1001 | 1011 | 1000 | 1001 | 100111 | 1010111 |
Color Harmonies of #EBD5D1
Complementary color
Monochromatic Colors of #EBD5D1
Black with #EBD5D1
Text Example
Text Example
White with #EBD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5D1; }
p { color: rgb(235,213,209); }
H1.HeaderClassName
{
color: #EBD5D1;
}
.AnyTagClassName
{
color: #EBD5D1;
}
</style>
background-color css
<style>
a { background-color: #EBD5D1; }
a { background-color: rgb(235,213,209); }
div.DivClassName
{
background-color: #EBD5D1;
}
.BgClassName
{
background-color: #EBD5D1;
}
</style>
border-color css
<style>
span { border-color: #EBD5D1; }
span { border-color: rgb(235,213,209); }
td.TdClassName
{
border-color: #EBD5D1;
}
.TagClassName
{
border-color: #EBD5D1;
}
</style>