Html Css Color HEX #E2DCC9 Travertine

📋 copy color: '#E2DCC9'

red 226 ◦ green 220 ◦ blue 201

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

Shades of Travertine #E2DCC9

Tints of Travertine #E2DCC9

RGB

 RED value IS 226 (88.67% from 255) = 34.93%

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

 BLUE value IS 201 (78.91% from 255) = 31.07%

R = 34.93%
G = 34%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2DCC9 (or 0xE2DCC9) is known color: Travertine. HEX triplet: E2, DC and C9. RGB value is (226,220,201). Sum of RGB (Red+Green+Blue) = 226+220+201=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCC9 is #1D2336. Grayscale: #DBDBDB. Windows color (decimal): -1909559 or 13229282. OLE color: 13229282.

HSL color Cylindrical-coordinate representation of color #E2DCC9: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DCC9 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 201 -
CMYK 0 0.03 0.11 0.11
HSL 45.6º 0.3% 0.84% -
HSV(B) 45.6º 0.11% 0.89% -
XYZ 67.5 71.57 65.52 -
YUV 219.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 226 220 201 0 0.03 0.11 0.11 45.6 0.3 0.84
Hex E2 DC C9 0 3 B B 2E 1E 54
Octal 342 334 311 0 3 13 13 56 36 124
Binary 11100010 11011100 11001001 0 11 1011 1011 101110 11110 1010100

Color Harmonies of #E2DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCC9

Black with #E2DCC9

Text Example


Text Example

White with #E2DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCC9; }

 p { color: rgb(226,220,201); }

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

background-color css

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

 a { background-color: rgb(226,220,201); }

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

border-color css

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

 span { border-color: rgb(226,220,201); }

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