Html Css Color HEX #E1DCC2 Travertine

📋 copy color: '#E1DCC2'

red 225 ◦ green 220 ◦ blue 194

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

Shades of Travertine #E1DCC2

Tints of Travertine #E1DCC2

RGB

 RED value IS 225 (88.28% from 255) = 35.21%

 GREEN value IS 220 (86.33% from 255) = 34.43%

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 35.21%
G = 34.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E1DCC2 (or 0xE1DCC2) is known color: Travertine. HEX triplet: E1, DC and C2. RGB value is (225,220,194). Sum of RGB (Red+Green+Blue) = 225+220+194=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC2 is #1E233D. Grayscale: #DADADA. Windows color (decimal): -1975102 or 12770529. OLE color: 12770529.

HSL color Cylindrical-coordinate representation of color #E1DCC2: hue angle of 50.32º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1DCC2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 194 -
CMYK 0 0.02 0.14 0.12
HSL 50.32º 0.34% 0.82% -
HSV(B) 50.32º 0.14% 0.88% -
XYZ 66.38 71.09 61.26 -
YUV 218.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 225 220 194 0 0.02 0.14 0.12 50.32 0.34 0.82
Hex E1 DC C2 0 2 E C 32 22 52
Octal 341 334 302 0 2 16 14 62 42 122
Binary 11100001 11011100 11000010 0 10 1110 1100 110010 100010 1010010

Color Harmonies of #E1DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCC2

Black with #E1DCC2

Text Example


Text Example

White with #E1DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCC2; }

 p { color: rgb(225,220,194); }

 H1.HeaderClassName
 {
   color: #E1DCC2;
 }
 .AnyTagClassName
 {
   color: #E1DCC2;
 }
</style>

background-color css

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

 a { background-color: rgb(225,220,194); }

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

border-color css

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

 span { border-color: rgb(225,220,194); }

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