#E1D5BC

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

Shades of Spanish White #E1D5BC

Tints of Spanish White #E1D5BC

Color information

#E1D5BC (or 0xE1D5BC) is unknown color: approx Spanish White. HEX triplet: E1, D5 and BC. RGB value is (225,213,188). Sum of RGB (Red+Green+Blue) = 225+213+188=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5BC is #1E2A43. Grayscale: #D5D5D5. Windows color (decimal): -1976900 or 12375521. OLE color: 12375521.

HSL color Cylindrical-coordinate representation of color #E1D5BC: hue angle of 40.54º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D5BC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225213188-
CMYK00.050.160.12
HSL40.54º38.14%80.98%-
HSV(B)40.54º16.44%88.24%-
XYZ63.9267.2357.18-
YUV213.74113.48136.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=35.94%
G=34.03%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521318800.050.160.1240.5438.1480.98
HexE1D5BC0510C292651
Octal3413252740520145146121
Binary11100001110101011011110001011000011001010011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5BC; }

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

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

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

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

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

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

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

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