Html Css Color HEX #E4DDC5 Travertine

📋 copy color: '#E4DDC5'

red 228 ◦ green 221 ◦ blue 197

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

Shades of Travertine #E4DDC5

Tints of Travertine #E4DDC5

RGB

 RED value IS 228 (89.45% from 255) = 35.29%

 GREEN value IS 221 (86.72% from 255) = 34.21%

 BLUE value IS 197 (77.34% from 255) = 30.5%

R = 35.29%
G = 34.21%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E4DDC5 (or 0xE4DDC5) is known color: Travertine. HEX triplet: E4, DD and C5. RGB value is (228,221,197). Sum of RGB (Red+Green+Blue) = 228+221+197=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDC5 is #1B223A. Grayscale: #DCDCDC. Windows color (decimal): -1778235 or 12967396. OLE color: 12967396.

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

Color convert

RGB 228 221 197 -
CMYK 0 0.03 0.14 0.11
HSL 46.45º 0.36% 0.83% -
HSV(B) 46.45º 0.14% 0.89% -
XYZ 67.93 72.24 63.19 -
YUV 220.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 228 221 197 0 0.03 0.14 0.11 46.45 0.36 0.83
Hex E4 DD C5 0 3 E B 2E 24 53
Octal 344 335 305 0 3 16 13 56 44 123
Binary 11100100 11011101 11000101 0 11 1110 1011 101110 100100 1010011

Color Harmonies of #E4DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DDC5

Black with #E4DDC5

Text Example


Text Example

White with #E4DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DDC5; }

 p { color: rgb(228,221,197); }

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

background-color css

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

 a { background-color: rgb(228,221,197); }

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

border-color css

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

 span { border-color: rgb(228,221,197); }

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