#E6E2CB

Color #E6E2CB Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #E6E2CB

Tints of Travertine #E6E2CB

Color information

#E6E2CB (or 0xE6E2CB) is unknown color: approx Travertine. HEX triplet: E6, E2 and CB. RGB value is (230,226,203). Sum of RGB (Red+Green+Blue) = 230+226+203=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2CB is #191D34. Grayscale: #E0E0E0. Windows color (decimal): -1645877 or 13361894. OLE color: 13361894.

HSL color Cylindrical-coordinate representation of color #E6E2CB: hue angle of 51.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E2CB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230226203-
CMYK00.020.120.10
HSL51.11º35.06%84.9%-
HSV(B)51.11º11.74%90.2%-
XYZ70.6175.5367.36-
YUV224.57115.83131.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=34.90%
G=34.29%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022620300.020.120.1051.1135.0684.9
HexE6E2CB02CA332355
Octal3463423130214126343125
Binary111001101110001011001011010110010101100111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E2CB; }

 p { color: rgb(230,226,203); }

 H1.HeaderClassName
 {
   color: #E6E2CB;
 }
 .AnyTagClassName
 {
   color: #E6E2CB;
 }
</style>
background-color css

<style>
 a { background-color: #E6E2CB; }

 a { background-color: rgb(230,226,203); }

 div.DivClassName
 {
   background-color: #E6E2CB;
 }
 .BgClassName
 {
   background-color: #E6E2CB;
 }
</style>
border-color css

<style>
 span { border-color: #E6E2CB; }

 span { border-color: rgb(230,226,203); }

 td.TdClassName
 {
   border-color: #E6E2CB;
 }
 .TagClassName
 {
   border-color: #E6E2CB;
 }
</style>