Shades of Travertine #E5DFCB
Tints of Travertine #E5DFCB
RGB
CMYK
RGB Variations
Color information
#E5DFCB (or 0xE5DFCB) is known color: Travertine. HEX triplet: E5, DF and CB. RGB value is (229,223,203). Sum of RGB (Red+Green+Blue) = 229+223+203=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCB is #1A2034. Grayscale: #DEDEDE. Windows color (decimal): -1712181 or 13361125. OLE color: 13361125.
HSL color Cylindrical-coordinate representation of color #E5DFCB: hue angle of 46.15º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DFCB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 223 | 203 | - |
CMYK | 0 | 0.03 | 0.11 | 0.10 |
HSL | 46.15º | 0.33% | 0.85% | - |
HSV(B) | 46.15º | 0.11% | 0.9% | - |
XYZ | 69.48 | 73.75 | 67.07 | - |
YUV | 222.51 | 116.99 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 203 | 0 | 0.03 | 0.11 | 0.10 | 46.15 | 0.33 | 0.85 |
Hex | E5 | DF | CB | 0 | 3 | B | A | 2E | 21 | 55 |
Octal | 345 | 337 | 313 | 0 | 3 | 13 | 12 | 56 | 41 | 125 |
Binary | 11100101 | 11011111 | 11001011 | 0 | 11 | 1011 | 1010 | 101110 | 100001 | 1010101 |
Color Harmonies of #E5DFCB
Complementary color
Monochromatic Colors of #E5DFCB
Black with #E5DFCB
Text Example
Text Example
White with #E5DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFCB; }
p { color: rgb(229,223,203); }
H1.HeaderClassName
{
color: #E5DFCB;
}
.AnyTagClassName
{
color: #E5DFCB;
}
</style>
background-color css
<style>
a { background-color: #E5DFCB; }
a { background-color: rgb(229,223,203); }
div.DivClassName
{
background-color: #E5DFCB;
}
.BgClassName
{
background-color: #E5DFCB;
}
</style>
border-color css
<style>
span { border-color: #E5DFCB; }
span { border-color: rgb(229,223,203); }
td.TdClassName
{
border-color: #E5DFCB;
}
.TagClassName
{
border-color: #E5DFCB;
}
</style>