Html Css Color HEX #E2DECD Travertine

📋 copy color: '#E2DECD'

red 226 ◦ green 222 ◦ blue 205

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

Shades of Travertine #E2DECD

Tints of Travertine #E2DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 34.61%
G = 34%
B = 31.39%

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

#E2DECD (or 0xE2DECD) is known color: Travertine. HEX triplet: E2, DE and CD. RGB value is (226,222,205). Sum of RGB (Red+Green+Blue) = 226+222+205=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DECD is #1D2132. Grayscale: #DDDDDD. Windows color (decimal): -1909043 or 13491938. OLE color: 13491938.

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

Color convert

RGB 226 222 205 -
CMYK 0 0.02 0.09 0.11
HSL 48.57º 0.27% 0.85% -
HSV(B) 48.57º 0.09% 0.89% -
XYZ 68.5 72.82 68.2 -
YUV 221.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 226 222 205 0 0.02 0.09 0.11 48.57 0.27 0.85
Hex E2 DE CD 0 2 9 B 31 1B 55
Octal 342 336 315 0 2 11 13 61 33 125
Binary 11100010 11011110 11001101 0 10 1001 1011 110001 11011 1010101

Color Harmonies of #E2DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DECD

Black with #E2DECD

Text Example


Text Example

White with #E2DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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