#E1D6C7

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

Shades of Half Spanish White #E1D6C7

Tints of Half Spanish White #E1D6C7

Color information

#E1D6C7 (or 0xE1D6C7) is unknown color: approx Half Spanish White. HEX triplet: E1, D6 and C7. RGB value is (225,214,199). Sum of RGB (Red+Green+Blue) = 225+214+199=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6C7 is #1E2938. Grayscale: #D7D7D7. Windows color (decimal): -1976633 or 13096673. OLE color: 13096673.

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

Color convert

RGB225214199-
CMYK00.050.120.12
HSL34.62º30.23%83.14%-
HSV(B)34.62º11.56%88.24%-
XYZ65.4168.2263.75-
YUV215.58118.64134.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=35.27%
G=33.54%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521419900.050.120.1234.6230.2383.14
HexE1D6C705CC231e53
Octal3413263070514144336123
Binary111000011101011011000111010111001100100011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6C7; }

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

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

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

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

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

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

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

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