#E5DACC

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

Shades of Half Spanish White #E5DACC

Tints of Half Spanish White #E5DACC

Color information

#E5DACC (or 0xE5DACC) is unknown color: approx Half Spanish White. HEX triplet: E5, DA and CC. RGB value is (229,218,204). Sum of RGB (Red+Green+Blue) = 229+218+204=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DACC is #1A2533. Grayscale: #DBDBDB. Windows color (decimal): -1713460 or 13425381. OLE color: 13425381.

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

Color convert

RGB229218204-
CMYK00.050.110.10
HSL33.6º32.47%84.9%-
HSV(B)33.6º10.92%89.8%-
XYZ68.2871.1667.26-
YUV219.69119.14134.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.18%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=35.18%
G=33.49%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921820400.050.110.1033.632.4784.9
HexE5DACC05BA222055
Octal3453323140513124240125
Binary1110010111011010110011000101101110101000101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DACC; }

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

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

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

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

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

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

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

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