Html Css Color HEX #E1DECE Travertine

📋 copy color: '#E1DECE'

red 225 ◦ green 222 ◦ blue 206

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

Shades of Travertine #E1DECE

Tints of Travertine #E1DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 34.46%
G = 34%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DECE (or 0xE1DECE) is known color: Travertine. HEX triplet: E1, DE and CE. RGB value is (225,222,206). Sum of RGB (Red+Green+Blue) = 225+222+206=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECE is #1E2131. Grayscale: #DDDDDD. Windows color (decimal): -1974578 or 13557473. OLE color: 13557473.

HSL color Cylindrical-coordinate representation of color #E1DECE: hue angle of 50.53º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DECE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 222 206 -
CMYK 0 0.01 0.08 0.12
HSL 50.53º 0.24% 0.85% -
HSV(B) 50.53º 0.08% 0.88% -
XYZ 68.31 72.71 68.83 -
YUV 221.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 225 222 206 0 0.01 0.08 0.12 50.53 0.24 0.85
Hex E1 DE CE 0 1 8 C 33 18 55
Octal 341 336 316 0 1 10 14 63 30 125
Binary 11100001 11011110 11001110 0 1 1000 1100 110011 11000 1010101

Color Harmonies of #E1DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DECE

Black with #E1DECE

Text Example


Text Example

White with #E1DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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