Html Css Color HEX #E2DDC1 Travertine

📋 copy color: '#E2DDC1'

red 226 ◦ green 221 ◦ blue 193

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

Shades of Travertine #E2DDC1

Tints of Travertine #E2DDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.16%

R = 35.31%
G = 34.53%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2DDC1 (or 0xE2DDC1) is known color: Travertine. HEX triplet: E2, DD and C1. RGB value is (226,221,193). Sum of RGB (Red+Green+Blue) = 226+221+193=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC1 is #1D223E. Grayscale: #DBDBDB. Windows color (decimal): -1909311 or 12705250. OLE color: 12705250.

HSL color Cylindrical-coordinate representation of color #E2DDC1: hue angle of 50.91º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2DDC1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 193 -
CMYK 0 0.02 0.15 0.11
HSL 50.91º 0.36% 0.82% -
HSV(B) 50.91º 0.15% 0.89% -
XYZ 66.85 71.73 60.77 -
YUV 219.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 226 221 193 0 0.02 0.15 0.11 50.91 0.36 0.82
Hex E2 DD C1 0 2 F B 33 24 52
Octal 342 335 301 0 2 17 13 63 44 122
Binary 11100010 11011101 11000001 0 10 1111 1011 110011 100100 1010010

Color Harmonies of #E2DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDC1

Black with #E2DDC1

Text Example


Text Example

White with #E2DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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