Html Css Color HEX #E2DFC9 Travertine

📋 copy color: '#E2DFC9'

red 226 ◦ green 223 ◦ blue 201

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

Shades of Travertine #E2DFC9

Tints of Travertine #E2DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.92%

R = 34.77%
G = 34.31%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2DFC9 (or 0xE2DFC9) is known color: Travertine. HEX triplet: E2, DF and C9. RGB value is (226,223,201). Sum of RGB (Red+Green+Blue) = 226+223+201=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFC9 is #1D2036. Grayscale: #DDDDDD. Windows color (decimal): -1908791 or 13230050. OLE color: 13230050.

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

Color convert

RGB 226 223 201 -
CMYK 0 0.01 0.11 0.11
HSL 52.8º 0.3% 0.84% -
HSV(B) 52.8º 0.11% 0.89% -
XYZ 68.29 73.16 65.78 -
YUV 221.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 226 223 201 0 0.01 0.11 0.11 52.8 0.3 0.84
Hex E2 DF C9 0 1 B B 35 1E 54
Octal 342 337 311 0 1 13 13 65 36 124
Binary 11100010 11011111 11001001 0 1 1011 1011 110101 11110 1010100

Color Harmonies of #E2DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFC9

Black with #E2DFC9

Text Example


Text Example

White with #E2DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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