Html Css Color HEX #E2DECE Travertine

📋 copy color: '#E2DECE'

red 226 ◦ green 222 ◦ blue 206

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

Shades of Travertine #E2DECE

Tints of Travertine #E2DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.94%

 BLUE value IS 206 (80.86% from 255) = 31.5%

R = 34.56%
G = 33.94%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2DECE (or 0xE2DECE) is known color: Travertine. HEX triplet: E2, DE and CE. RGB value is (226,222,206). Sum of RGB (Red+Green+Blue) = 226+222+206=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DECE is #1D2131. Grayscale: #DDDDDD. Windows color (decimal): -1909042 or 13557474. OLE color: 13557474.

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

Color convert

RGB 226 222 206 -
CMYK 0 0.02 0.09 0.11
HSL 48º 0.26% 0.85% -
HSV(B) 48º 0.09% 0.89% -
XYZ 68.63 72.87 68.84 -
YUV 221.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 226 222 206 0 0.02 0.09 0.11 48 0.26 0.85
Hex E2 DE CE 0 2 9 B 30 1A 55
Octal 342 336 316 0 2 11 13 60 32 125
Binary 11100010 11011110 11001110 0 10 1001 1011 110000 11010 1010101

Color Harmonies of #E2DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DECE

Black with #E2DECE

Text Example


Text Example

White with #E2DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DECE; }

 p { color: rgb(226,222,206); }

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

background-color css

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

 a { background-color: rgb(226,222,206); }

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

border-color css

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

 span { border-color: rgb(226,222,206); }

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