#E3D5BC

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

Shades of Spanish White #E3D5BC

Tints of Spanish White #E3D5BC

Color information

#E3D5BC (or 0xE3D5BC) is unknown color: approx Spanish White. HEX triplet: E3, D5 and BC. RGB value is (227,213,188). Sum of RGB (Red+Green+Blue) = 227+213+188=628 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.15% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5BC is #1C2A43. Grayscale: #D6D6D6. Windows color (decimal): -1845828 or 12375523. OLE color: 12375523.

HSL color Cylindrical-coordinate representation of color #E3D5BC: hue angle of 38.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D5BC is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227213188-
CMYK00.060.170.11
HSL38.46º41.05%81.37%-
HSV(B)38.46º17.18%89.02%-
XYZ64.5567.5557.21-
YUV214.34113.14137.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.15%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=36.15%
G=33.92%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721318800.060.170.1138.4641.0581.37
HexE3D5BC0611B262951
Octal3433252740621134651121
Binary11100011110101011011110001101000110111001101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5BC; }

 p { color: rgb(227,213,188); }

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

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

 a { background-color: rgb(227,213,188); }

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

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

 span { border-color: rgb(227,213,188); }

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