Html Css Color HEX #E1DECA Travertine

📋 copy color: '#E1DECA'

red 225 ◦ green 222 ◦ blue 202

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

Shades of Travertine #E1DECA

Tints of Travertine #E1DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.21%

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

R = 34.67%
G = 34.21%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1DECA (or 0xE1DECA) is known color: Travertine. HEX triplet: E1, DE and CA. RGB value is (225,222,202). Sum of RGB (Red+Green+Blue) = 225+222+202=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECA is #1E2135. Grayscale: #DCDCDC. Windows color (decimal): -1974582 or 13295329. OLE color: 13295329.

HSL color Cylindrical-coordinate representation of color #E1DECA: hue angle of 52.17º 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 #E1DECA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 222 202 -
CMYK 0 0.01 0.10 0.12
HSL 52.17º 0.28% 0.84% -
HSV(B) 52.17º 0.1% 0.88% -
XYZ 67.83 72.51 66.3 -
YUV 220.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 225 222 202 0 0.01 0.10 0.12 52.17 0.28 0.84
Hex E1 DE CA 0 1 A C 34 1C 54
Octal 341 336 312 0 1 12 14 64 34 124
Binary 11100001 11011110 11001010 0 1 1010 1100 110100 11100 1010100

Color Harmonies of #E1DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DECA

Black with #E1DECA

Text Example


Text Example

White with #E1DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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