#E1D6C1

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

Shades of Half Spanish White #E1D6C1

Tints of Half Spanish White #E1D6C1

Color information

#E1D6C1 (or 0xE1D6C1) is unknown color: approx Half Spanish White. HEX triplet: E1, D6 and C1. RGB value is (225,214,193). Sum of RGB (Red+Green+Blue) = 225+214+193=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6C1 is #1E293E. Grayscale: #D6D6D6. Windows color (decimal): -1976639 or 12703457. OLE color: 12703457.

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

Color convert

RGB225214193-
CMYK00.050.140.12
HSL39.38º34.78%81.96%-
HSV(B)39.38º14.22%88.24%-
XYZ64.7267.9560.16-
YUV214.9115.64135.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=35.60%
G=33.86%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521419300.050.140.1239.3834.7881.96
HexE1D6C105EC272352
Octal3413263010516144743122
Binary1110000111010110110000010101111011001001111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6C1; }

 p { color: rgb(225,214,193); }

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

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

 a { background-color: rgb(225,214,193); }

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

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

 span { border-color: rgb(225,214,193); }

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