Shades of Ebb #EBD8D4
Tints of Ebb #EBD8D4
RGB
CMYK
RGB Variations
Color information
#EBD8D4 (or 0xEBD8D4) is known color: Ebb. HEX triplet: EB, D8 and D4. RGB value is (235,216,212). Sum of RGB (Red+Green+Blue) = 235+216+212=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D4 is #14272B. Grayscale: #DDDDDD. Windows color (decimal): -1320748 or 13949163. OLE color: 13949163.
HSL color Cylindrical-coordinate representation of color #EBD8D4: hue angle of 10.43º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD8D4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 216 | 212 | - |
CMYK | 0 | 0.08 | 0.10 | 0.08 |
HSL | 10.43º | 0.37% | 0.88% | - |
HSV(B) | 10.43º | 0.1% | 0.92% | - |
XYZ | 70.7 | 71.53 | 72.37 | - |
YUV | 221.23 | 122.79 | 137.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 216 | 212 | 0 | 0.08 | 0.10 | 0.08 | 10.43 | 0.37 | 0.88 |
Hex | EB | D8 | D4 | 0 | 8 | A | 8 | A | 25 | 58 |
Octal | 353 | 330 | 324 | 0 | 10 | 12 | 10 | 12 | 45 | 130 |
Binary | 11101011 | 11011000 | 11010100 | 0 | 1000 | 1010 | 1000 | 1010 | 100101 | 1011000 |
Color Harmonies of #EBD8D4
Complementary color
Monochromatic Colors of #EBD8D4
Black with #EBD8D4
Text Example
Text Example
White with #EBD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8D4; }
p { color: rgb(235,216,212); }
H1.HeaderClassName
{
color: #EBD8D4;
}
.AnyTagClassName
{
color: #EBD8D4;
}
</style>
background-color css
<style>
a { background-color: #EBD8D4; }
a { background-color: rgb(235,216,212); }
div.DivClassName
{
background-color: #EBD8D4;
}
.BgClassName
{
background-color: #EBD8D4;
}
</style>
border-color css
<style>
span { border-color: #EBD8D4; }
span { border-color: rgb(235,216,212); }
td.TdClassName
{
border-color: #EBD8D4;
}
.TagClassName
{
border-color: #EBD8D4;
}
</style>