#E1D7C4

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

Shades of Half Spanish White #E1D7C4

Tints of Half Spanish White #E1D7C4

Color information

#E1D7C4 (or 0xE1D7C4) is unknown color: approx Half Spanish White. HEX triplet: E1, D7 and C4. RGB value is (225,215,196). Sum of RGB (Red+Green+Blue) = 225+215+196=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7C4 is #1E283B. Grayscale: #D7D7D7. Windows color (decimal): -1976380 or 12900321. OLE color: 12900321.

HSL color Cylindrical-coordinate representation of color #E1D7C4: hue angle of 39.31º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1D7C4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225215196-
CMYK00.040.130.12
HSL39.31º32.58%82.55%-
HSV(B)39.31º12.89%88.24%-
XYZ65.3268.5962.02-
YUV215.82116.81134.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=35.38%
G=33.81%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521519600.040.130.1239.3132.5882.55
HexE1D7C404DC272153
Octal3413273040415144741123
Binary1110000111010111110001000100110111001001111000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7C4; }

 p { color: rgb(225,215,196); }

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

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

 a { background-color: rgb(225,215,196); }

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

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

 span { border-color: rgb(225,215,196); }

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