Html Css Color HEX #E2DFC4 Travertine

📋 copy color: '#E2DFC4'

red 226 ◦ green 223 ◦ blue 196

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

Shades of Travertine #E2DFC4

Tints of Travertine #E2DFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.39%

R = 35.04%
G = 34.57%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E2DFC4 (or 0xE2DFC4) is known color: Travertine. HEX triplet: E2, DF and C4. RGB value is (226,223,196). Sum of RGB (Red+Green+Blue) = 226+223+196=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFC4 is #1D203B. Grayscale: #DCDCDC. Windows color (decimal): -1908796 or 12902370. OLE color: 12902370.

HSL color Cylindrical-coordinate representation of color #E2DFC4: hue angle of 54º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DFC4 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 196 -
CMYK 0 0.01 0.13 0.11
HSL 54º 0.34% 0.83% -
HSV(B) 54º 0.13% 0.89% -
XYZ 67.72 72.93 62.73 -
YUV 220.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 226 223 196 0 0.01 0.13 0.11 54 0.34 0.83
Hex E2 DF C4 0 1 D B 36 22 53
Octal 342 337 304 0 1 15 13 66 42 123
Binary 11100010 11011111 11000100 0 1 1101 1011 110110 100010 1010011

Color Harmonies of #E2DFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFC4

Black with #E2DFC4

Text Example


Text Example

White with #E2DFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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