#E1D5C4

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

Shades of Half Spanish White #E1D5C4

Tints of Half Spanish White #E1D5C4

Color information

#E1D5C4 (or 0xE1D5C4) is unknown color: approx Half Spanish White. HEX triplet: E1, D5 and C4. RGB value is (225,213,196). Sum of RGB (Red+Green+Blue) = 225+213+196=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5C4 is #1E2A3B. Grayscale: #D6D6D6. Windows color (decimal): -1976892 or 12899809. OLE color: 12899809.

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

Color convert

RGB225213196-
CMYK00.050.130.12
HSL35.17º32.58%82.55%-
HSV(B)35.17º12.89%88.24%-
XYZ64.8167.5861.85-
YUV214.65117.48135.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=35.49%
G=33.60%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521319600.050.130.1235.1732.5882.55
HexE1D5C405DC232153
Octal3413253040515144341123
Binary1110000111010101110001000101110111001000111000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5C4; }

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

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

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

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

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

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

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

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