#E1D7C6

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

Shades of Half Spanish White #E1D7C6

Tints of Half Spanish White #E1D7C6

Color information

#E1D7C6 (or 0xE1D7C6) is unknown color: approx Half Spanish White. HEX triplet: E1, D7 and C6. RGB value is (225,215,198). Sum of RGB (Red+Green+Blue) = 225+215+198=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7C6 is #1E2839. Grayscale: #D8D8D8. Windows color (decimal): -1976378 or 13031393. OLE color: 13031393.

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

Color convert

RGB225215198-
CMYK00.040.120.12
HSL37.78º31.03%82.94%-
HSV(B)37.78º12%88.24%-
XYZ65.5468.6963.23-
YUV216.05117.81134.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=35.27%
G=33.70%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521519800.040.120.1237.7831.0382.94
HexE1D7C604CC261f53
Octal3413273060414144637123
Binary111000011101011111000110010011001100100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7C6; }

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

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

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

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

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

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

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

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