Html Css Color HEX #E2DFCE Travertine

📋 copy color: '#E2DFCE'

red 226 ◦ green 223 ◦ blue 206

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

Shades of Travertine #E2DFCE

Tints of Travertine #E2DFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.05%

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

R = 34.5%
G = 34.05%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2DFCE (or 0xE2DFCE) is known color: Travertine. HEX triplet: E2, DF and CE. RGB value is (226,223,206). Sum of RGB (Red+Green+Blue) = 226+223+206=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFCE is #1D2031. Grayscale: #DEDEDE. Windows color (decimal): -1908786 or 13557730. OLE color: 13557730.

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

Color convert

RGB 226 223 206 -
CMYK 0 0.01 0.09 0.11
HSL 51º 0.26% 0.85% -
HSV(B) 51º 0.09% 0.89% -
XYZ 68.89 73.4 68.93 -
YUV 221.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 226 223 206 0 0.01 0.09 0.11 51 0.26 0.85
Hex E2 DF CE 0 1 9 B 33 1A 55
Octal 342 337 316 0 1 11 13 63 32 125
Binary 11100010 11011111 11001110 0 1 1001 1011 110011 11010 1010101

Color Harmonies of #E2DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFCE

Black with #E2DFCE

Text Example


Text Example

White with #E2DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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