Html Css Color HEX #E0DCC7 Travertine

📋 copy color: '#E0DCC7'

red 224 ◦ green 220 ◦ blue 199

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

Shades of Travertine #E0DCC7

Tints of Travertine #E0DCC7

RGB

 RED value IS 224 (87.89% from 255) = 34.84%

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

 BLUE value IS 199 (78.13% from 255) = 30.95%

R = 34.84%
G = 34.21%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E0DCC7 (or 0xE0DCC7) is known color: Travertine. HEX triplet: E0, DC and C7. RGB value is (224,220,199). Sum of RGB (Red+Green+Blue) = 224+220+199=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCC7 is #1F2338. Grayscale: #DADADA. Windows color (decimal): -2040633 or 13098208. OLE color: 13098208.

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

Color convert

RGB 224 220 199 -
CMYK 0 0.02 0.11 0.12
HSL 50.4º 0.29% 0.83% -
HSV(B) 50.4º 0.11% 0.88% -
XYZ 66.64 71.16 64.26 -
YUV 218.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 224 220 199 0 0.02 0.11 0.12 50.4 0.29 0.83
Hex E0 DC C7 0 2 B C 32 1D 53
Octal 340 334 307 0 2 13 14 62 35 123
Binary 11100000 11011100 11000111 0 10 1011 1100 110010 11101 1010011

Color Harmonies of #E0DCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCC7

Black with #E0DCC7

Text Example


Text Example

White with #E0DCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCC7; }

 p { color: rgb(224,220,199); }

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

background-color css

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

 a { background-color: rgb(224,220,199); }

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

border-color css

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

 span { border-color: rgb(224,220,199); }

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