Html Css Color HEX #E2DFC8 Travertine

📋 copy color: '#E2DFC8'

red 226 ◦ green 223 ◦ blue 200

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

Shades of Travertine #E2DFC8

Tints of Travertine #E2DFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.82%

R = 34.82%
G = 34.36%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E2DFC8 (or 0xE2DFC8) is known color: Travertine. HEX triplet: E2, DF and C8. RGB value is (226,223,200). Sum of RGB (Red+Green+Blue) = 226+223+200=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFC8 is #1D2037. Grayscale: #DDDDDD. Windows color (decimal): -1908792 or 13164514. OLE color: 13164514.

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

Color convert

RGB 226 223 200 -
CMYK 0 0.01 0.12 0.11
HSL 53.08º 0.31% 0.84% -
HSV(B) 53.08º 0.12% 0.89% -
XYZ 68.18 73.11 65.16 -
YUV 221.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 226 223 200 0 0.01 0.12 0.11 53.08 0.31 0.84
Hex E2 DF C8 0 1 C B 35 1F 54
Octal 342 337 310 0 1 14 13 65 37 124
Binary 11100010 11011111 11001000 0 1 1100 1011 110101 11111 1010100

Color Harmonies of #E2DFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFC8

Black with #E2DFC8

Text Example


Text Example

White with #E2DFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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