#E6E2CC

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

Shades of Travertine #E6E2CC

Tints of Travertine #E6E2CC

Color information

#E6E2CC (or 0xE6E2CC) is unknown color: approx Travertine. HEX triplet: E6, E2 and CC. RGB value is (230,226,204). Sum of RGB (Red+Green+Blue) = 230+226+204=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2CC is #191D33. Grayscale: #E0E0E0. Windows color (decimal): -1645876 or 13427430. OLE color: 13427430.

HSL color Cylindrical-coordinate representation of color #E6E2CC: hue angle of 50.77º degrees, saturation: 0.34, 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 #E6E2CC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230226204-
CMYK00.020.110.10
HSL50.77º34.21%85.1%-
HSV(B)50.77º11.3%90.2%-
XYZ70.7375.5867.99-
YUV224.69116.33131.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 226 (88.67% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=34.85%
G=34.24%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022620400.020.110.1050.7734.2185.1
HexE6E2CC02BA332255
Octal3463423140213126342125
Binary111001101110001011001100010101110101100111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E2CC; }

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

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

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

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

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

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

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

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