#E5DBCA

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

Shades of Half Spanish White #E5DBCA

Tints of Half Spanish White #E5DBCA

Color information

#E5DBCA (or 0xE5DBCA) is unknown color: approx Half Spanish White. HEX triplet: E5, DB and CA. RGB value is (229,219,202). Sum of RGB (Red+Green+Blue) = 229+219+202=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBCA is #1A2435. Grayscale: #DCDCDC. Windows color (decimal): -1713206 or 13294565. OLE color: 13294565.

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

Color convert

RGB229219202-
CMYK00.040.120.10
HSL37.78º34.18%84.51%-
HSV(B)37.78º11.79%89.8%-
XYZ68.3171.5966.09-
YUV220.05117.81134.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=35.23%
G=33.69%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921920200.040.120.1037.7834.1884.51
HexE5DBCA04CA262255
Octal3453333120414124642125
Binary1110010111011011110010100100110010101001101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBCA; }

 p { color: rgb(229,219,202); }

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

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

 a { background-color: rgb(229,219,202); }

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

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

 span { border-color: rgb(229,219,202); }

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