Shades of Cararra #EBE5D6
Tints of Cararra #EBE5D6
RGB
CMYK
RGB Variations
Color information
#EBE5D6 (or 0xEBE5D6) is known color: Cararra. HEX triplet: EB, E5 and D6. RGB value is (235,229,214). Sum of RGB (Red+Green+Blue) = 235+229+214=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D6 is #141A29. Grayscale: #E5E5E5. Windows color (decimal): -1317418 or 14083563. OLE color: 14083563.
HSL color Cylindrical-coordinate representation of color #EBE5D6: hue angle of 42.86º degrees, saturation: 0.34, 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 #EBE5D6 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 214 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.08 |
| HSL | 42.86º | 0.34% | 0.88% | - |
| HSV(B) | 42.86º | 0.09% | 0.92% | - |
| XYZ | 74.42 | 78.56 | 74.86 | - |
| YUV | 229.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 214 | 0 | 0.03 | 0.09 | 0.08 | 42.86 | 0.34 | 0.88 |
| Hex | EB | E5 | D6 | 0 | 3 | 9 | 8 | 2B | 22 | 58 |
| Octal | 353 | 345 | 326 | 0 | 3 | 11 | 10 | 53 | 42 | 130 |
| Binary | 11101011 | 11100101 | 11010110 | 0 | 11 | 1001 | 1000 | 101011 | 100010 | 1011000 |
Color Harmonies of #EBE5D6
Complementary color
Monochromatic Colors of #EBE5D6
Black with #EBE5D6
Text Example
Text Example
White with #EBE5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5D6; }
p { color: rgb(235,229,214); }
H1.HeaderClassName
{
color: #EBE5D6;
}
.AnyTagClassName
{
color: #EBE5D6;
}
</style>
background-color css
<style>
a { background-color: #EBE5D6; }
a { background-color: rgb(235,229,214); }
div.DivClassName
{
background-color: #EBE5D6;
}
.BgClassName
{
background-color: #EBE5D6;
}
</style>
border-color css
<style>
span { border-color: #EBE5D6; }
span { border-color: rgb(235,229,214); }
td.TdClassName
{
border-color: #EBE5D6;
}
.TagClassName
{
border-color: #EBE5D6;
}
</style>