Shades of Cararra #EBE5D8
Tints of Cararra #EBE5D8
RGB
CMYK
RGB Variations
Color information
#EBE5D8 (or 0xEBE5D8) is known color: Cararra. HEX triplet: EB, E5 and D8. RGB value is (235,229,216). Sum of RGB (Red+Green+Blue) = 235+229+216=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D8 is #141A27. Grayscale: #E5E5E5. Windows color (decimal): -1317416 or 14214635. OLE color: 14214635.
HSL color Cylindrical-coordinate representation of color #EBE5D8: hue angle of 41.05º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE5D8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 216 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.08 |
| HSL | 41.05º | 0.32% | 0.88% | - |
| HSV(B) | 41.05º | 0.08% | 0.92% | - |
| XYZ | 74.67 | 78.66 | 76.21 | - |
| YUV | 229.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 216 | 0 | 0.03 | 0.08 | 0.08 | 41.05 | 0.32 | 0.88 |
| Hex | EB | E5 | D8 | 0 | 3 | 8 | 8 | 29 | 20 | 58 |
| Octal | 353 | 345 | 330 | 0 | 3 | 10 | 10 | 51 | 40 | 130 |
| Binary | 11101011 | 11100101 | 11011000 | 0 | 11 | 1000 | 1000 | 101001 | 100000 | 1011000 |
Color Harmonies of #EBE5D8
Complementary color
Monochromatic Colors of #EBE5D8
Black with #EBE5D8
Text Example
Text Example
White with #EBE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5D8; }
p { color: rgb(235,229,216); }
H1.HeaderClassName
{
color: #EBE5D8;
}
.AnyTagClassName
{
color: #EBE5D8;
}
</style>
background-color css
<style>
a { background-color: #EBE5D8; }
a { background-color: rgb(235,229,216); }
div.DivClassName
{
background-color: #EBE5D8;
}
.BgClassName
{
background-color: #EBE5D8;
}
</style>
border-color css
<style>
span { border-color: #EBE5D8; }
span { border-color: rgb(235,229,216); }
td.TdClassName
{
border-color: #EBE5D8;
}
.TagClassName
{
border-color: #EBE5D8;
}
</style>