Shades of Travertine #E2DFC6
Tints of Travertine #E2DFC6
RGB
CMYK
RGB Variations
Color information
#E2DFC6 (or 0xE2DFC6) is known color: Travertine. HEX triplet: E2, DF and C6. RGB value is (226,223,198). Sum of RGB (Red+Green+Blue) = 226+223+198=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFC6 is #1D2039. Grayscale: #DDDDDD. Windows color (decimal): -1908794 or 13033442. OLE color: 13033442.
HSL color Cylindrical-coordinate representation of color #E2DFC6: hue angle of 53.57º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DFC6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 198 | - |
CMYK | 0 | 0.01 | 0.12 | 0.11 |
HSL | 53.57º | 0.33% | 0.83% | - |
HSV(B) | 53.57º | 0.12% | 0.89% | - |
XYZ | 67.94 | 73.02 | 63.94 | - |
YUV | 221.05 | 114.99 | 131.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 198 | 0 | 0.01 | 0.12 | 0.11 | 53.57 | 0.33 | 0.83 |
Hex | E2 | DF | C6 | 0 | 1 | C | B | 36 | 21 | 53 |
Octal | 342 | 337 | 306 | 0 | 1 | 14 | 13 | 66 | 41 | 123 |
Binary | 11100010 | 11011111 | 11000110 | 0 | 1 | 1100 | 1011 | 110110 | 100001 | 1010011 |
Color Harmonies of #E2DFC6
Complementary color
Monochromatic Colors of #E2DFC6
Black with #E2DFC6
Text Example
Text Example
White with #E2DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFC6; }
p { color: rgb(226,223,198); }
H1.HeaderClassName
{
color: #E2DFC6;
}
.AnyTagClassName
{
color: #E2DFC6;
}
</style>
background-color css
<style>
a { background-color: #E2DFC6; }
a { background-color: rgb(226,223,198); }
div.DivClassName
{
background-color: #E2DFC6;
}
.BgClassName
{
background-color: #E2DFC6;
}
</style>
border-color css
<style>
span { border-color: #E2DFC6; }
span { border-color: rgb(226,223,198); }
td.TdClassName
{
border-color: #E2DFC6;
}
.TagClassName
{
border-color: #E2DFC6;
}
</style>