#E5DAC8

Color #E5DAC8 Half Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Spanish White #E5DAC8

Tints of Half Spanish White #E5DAC8

Color information

#E5DAC8 (or 0xE5DAC8) is unknown color: approx Half Spanish White. HEX triplet: E5, DA and C8. RGB value is (229,218,200). Sum of RGB (Red+Green+Blue) = 229+218+200=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAC8 is #1A2537. Grayscale: #DBDBDB. Windows color (decimal): -1713464 or 13163237. OLE color: 13163237.

HSL color Cylindrical-coordinate representation of color #E5DAC8: hue angle of 37.24º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DAC8 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229218200-
CMYK00.050.130.10
HSL37.24º35.8%84.12%-
HSV(B)37.24º12.66%89.8%-
XYZ67.8170.9764.77-
YUV219.24117.14134.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 200 (78.52% from 255) = 30.91%
R=35.39%
G=33.69%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921820000.050.130.1037.2435.884.12
HexE5DAC805DA252454
Octal3453323100515124544124
Binary1110010111011010110010000101110110101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAC8; }

 p { color: rgb(229,218,200); }

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

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

 a { background-color: rgb(229,218,200); }

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

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

 span { border-color: rgb(229,218,200); }

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