#E1D4BC

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

Shades of Spanish White #E1D4BC

Tints of Spanish White #E1D4BC

Color information

#E1D4BC (or 0xE1D4BC) is unknown color: approx Spanish White. HEX triplet: E1, D4 and BC. RGB value is (225,212,188). Sum of RGB (Red+Green+Blue) = 225+212+188=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4BC is #1E2B43. Grayscale: #D5D5D5. Windows color (decimal): -1977156 or 12375265. OLE color: 12375265.

HSL color Cylindrical-coordinate representation of color #E1D4BC: hue angle of 38.92º 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 #E1D4BC is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225212188-
CMYK00.060.160.12
HSL38.92º38.14%80.98%-
HSV(B)38.92º16.44%88.24%-
XYZ63.6766.7357.1-
YUV213.15113.81136.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 188 (73.83% from 255) = 30.08%
R=36%
G=33.92%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521218800.060.160.1238.9238.1480.98
HexE1D4BC0610C272651
Octal3413242740620144746121
Binary11100001110101001011110001101000011001001111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4BC; }

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

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

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

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

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

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

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

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