Html Css Color HEX #E1DECD Travertine

📋 copy color: '#E1DECD'

red 225 ◦ green 222 ◦ blue 205

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

Shades of Travertine #E1DECD

Tints of Travertine #E1DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.44%

R = 34.51%
G = 34.05%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1DECD (or 0xE1DECD) is known color: Travertine. HEX triplet: E1, DE and CD. RGB value is (225,222,205). Sum of RGB (Red+Green+Blue) = 225+222+205=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECD is #1E2132. Grayscale: #DDDDDD. Windows color (decimal): -1974579 or 13491937. OLE color: 13491937.

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

Color convert

RGB 225 222 205 -
CMYK 0 0.01 0.09 0.12
HSL 51º 0.25% 0.84% -
HSV(B) 51º 0.09% 0.88% -
XYZ 68.19 72.66 68.19 -
YUV 220.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 225 222 205 0 0.01 0.09 0.12 51 0.25 0.84
Hex E1 DE CD 0 1 9 C 33 19 54
Octal 341 336 315 0 1 11 14 63 31 124
Binary 11100001 11011110 11001101 0 1 1001 1100 110011 11001 1010100

Color Harmonies of #E1DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DECD

Black with #E1DECD

Text Example


Text Example

White with #E1DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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