Html Css Color HEX #E6E2CC Travertine

📋 copy color: '#E6E2CC'

red 230 ◦ green 226 ◦ blue 204

#E6E2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Travertine #E6E2CC

Tints of Travertine #E6E2CC

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 value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6E2CC (or 0xE6E2CC) is known color: 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

RGB 230 226 204 -
CMYK 0 0.02 0.11 0.10
HSL 50.77º 0.34% 0.85% -
HSV(B) 50.77º 0.11% 0.9% -
XYZ 70.73 75.58 67.99 -
YUV 224.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 230 226 204 0 0.02 0.11 0.10 50.77 0.34 0.85
Hex E6 E2 CC 0 2 B A 33 22 55
Octal 346 342 314 0 2 13 12 63 42 125
Binary 11100110 11100010 11001100 0 10 1011 1010 110011 100010 1010101

Color Harmonies of #E6E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E2CC

Black with #E6E2CC

Text Example


Text Example

White with #E6E2CC

Text Example


Text Example

HTML Codes & Css Web 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>