Html Css Color HEX #E2DDC9 Travertine

📋 copy color: '#E2DDC9'

red 226 ◦ green 221 ◦ blue 201

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

Shades of Travertine #E2DDC9

Tints of Travertine #E2DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

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

R = 34.88%
G = 34.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2DDC9 (or 0xE2DDC9) is known color: Travertine. HEX triplet: E2, DD and C9. RGB value is (226,221,201). Sum of RGB (Red+Green+Blue) = 226+221+201=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC9 is #1D2236. Grayscale: #DCDCDC. Windows color (decimal): -1909303 or 13229538. OLE color: 13229538.

HSL color Cylindrical-coordinate representation of color #E2DDC9: hue angle of 48º 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 #E2DDC9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 201 -
CMYK 0 0.02 0.11 0.11
HSL 48º 0.3% 0.84% -
HSV(B) 48º 0.11% 0.89% -
XYZ 67.76 72.1 65.6 -
YUV 220.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 226 221 201 0 0.02 0.11 0.11 48 0.3 0.84
Hex E2 DD C9 0 2 B B 30 1E 54
Octal 342 335 311 0 2 13 13 60 36 124
Binary 11100010 11011101 11001001 0 10 1011 1011 110000 11110 1010100

Color Harmonies of #E2DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDC9

Black with #E2DDC9

Text Example


Text Example

White with #E2DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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