Html Css Color HEX #E1DCCA Travertine

📋 copy color: '#E1DCCA'

red 225 ◦ green 220 ◦ blue 202

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

Shades of Travertine #E1DCCA

Tints of Travertine #E1DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 34.78%
G = 34%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1DCCA (or 0xE1DCCA) is known color: Travertine. HEX triplet: E1, DC and CA. RGB value is (225,220,202). Sum of RGB (Red+Green+Blue) = 225+220+202=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCA is #1E2335. Grayscale: #DBDBDB. Windows color (decimal): -1975094 or 13294817. OLE color: 13294817.

HSL color Cylindrical-coordinate representation of color #E1DCCA: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DCCA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 202 -
CMYK 0 0.02 0.10 0.12
HSL 46.96º 0.28% 0.84% -
HSV(B) 46.96º 0.1% 0.88% -
XYZ 67.31 71.46 66.12 -
YUV 219.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 225 220 202 0 0.02 0.10 0.12 46.96 0.28 0.84
Hex E1 DC CA 0 2 A C 2F 1C 54
Octal 341 334 312 0 2 12 14 57 34 124
Binary 11100001 11011100 11001010 0 10 1010 1100 101111 11100 1010100

Color Harmonies of #E1DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCCA

Black with #E1DCCA

Text Example


Text Example

White with #E1DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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