Html Css Color HEX #E2DDCB Travertine

📋 copy color: '#E2DDCB'

red 226 ◦ green 221 ◦ blue 203

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

Shades of Travertine #E2DDCB

Tints of Travertine #E2DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 34.77%
G = 34%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2DDCB (or 0xE2DDCB) is known color: Travertine. HEX triplet: E2, DD and CB. RGB value is (226,221,203). Sum of RGB (Red+Green+Blue) = 226+221+203=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCB is #1D2234. Grayscale: #DCDCDC. Windows color (decimal): -1909301 or 13360610. OLE color: 13360610.

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

Color convert

RGB 226 221 203 -
CMYK 0 0.02 0.10 0.11
HSL 46.96º 0.28% 0.84% -
HSV(B) 46.96º 0.1% 0.89% -
XYZ 68 72.19 66.85 -
YUV 220.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 226 221 203 0 0.02 0.10 0.11 46.96 0.28 0.84
Hex E2 DD CB 0 2 A B 2F 1C 54
Octal 342 335 313 0 2 12 13 57 34 124
Binary 11100010 11011101 11001011 0 10 1010 1011 101111 11100 1010100

Color Harmonies of #E2DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDCB

Black with #E2DDCB

Text Example


Text Example

White with #E2DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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