#E4DFCD

Color #E4DFCD Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #E4DFCD

Tints of Travertine #E4DFCD

Color information

#E4DFCD (or 0xE4DFCD) is unknown color: approx Travertine. HEX triplet: E4, DF and CD. RGB value is (228,223,205). Sum of RGB (Red+Green+Blue) = 228+223+205=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFCD is #1B2032. Grayscale: #DEDEDE. Windows color (decimal): -1777715 or 13492196. OLE color: 13492196.

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

Color convert

RGB228223205-
CMYK00.020.100.11
HSL46.96º29.87%84.9%-
HSV(B)46.96º10.09%89.41%-
XYZ69.473.6868.32-
YUV222.44118.16131.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.76%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=34.76%
G=33.99%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822320500.020.100.1146.9629.8784.9
HexE4DFCD02AB2f1e55
Octal3443373150212135736125
Binary11100100110111111100110101010101011101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFCD; }

 p { color: rgb(228,223,205); }

 H1.HeaderClassName
 {
   color: #E4DFCD;
 }
 .AnyTagClassName
 {
   color: #E4DFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(228,223,205); }

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

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

 span { border-color: rgb(228,223,205); }

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