Html Css Color HEX #E2DDCC Travertine

📋 copy color: '#E2DDCC'

red 226 ◦ green 221 ◦ blue 204

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

Shades of Travertine #E2DDCC

Tints of Travertine #E2DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.34%

R = 34.72%
G = 33.95%
B = 31.34%

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

#E2DDCC (or 0xE2DDCC) is known color: Travertine. HEX triplet: E2, DD and CC. RGB value is (226,221,204). Sum of RGB (Red+Green+Blue) = 226+221+204=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCC is #1D2233. Grayscale: #DCDCDC. Windows color (decimal): -1909300 or 13426146. OLE color: 13426146.

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

Color convert

RGB 226 221 204 -
CMYK 0 0.02 0.10 0.11
HSL 46.36º 0.28% 0.84% -
HSV(B) 46.36º 0.1% 0.89% -
XYZ 68.12 72.24 67.48 -
YUV 220.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 226 221 204 0 0.02 0.10 0.11 46.36 0.28 0.84
Hex E2 DD CC 0 2 A B 2E 1C 54
Octal 342 335 314 0 2 12 13 56 34 124
Binary 11100010 11011101 11001100 0 10 1010 1011 101110 11100 1010100

Color Harmonies of #E2DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDCC

Black with #E2DDCC

Text Example


Text Example

White with #E2DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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