#E1D197

Color #E1D197 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E1D197

Tints of Double Colonial White #E1D197

Color information

#E1D197 (or 0xE1D197) is unknown color: approx Double Colonial White. HEX triplet: E1, D1 and 97. RGB value is (225,209,151). Sum of RGB (Red+Green+Blue) = 225+209+151=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D197 is #1E2E68. Grayscale: #CFCFCF. Windows color (decimal): -1977961 or 9949665. OLE color: 9949665.

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

Color convert

RGB225209151-
CMYK00.070.330.12
HSL47.03º55.22%73.73%-
HSV(B)47.03º32.89%88.24%-
XYZ59.4463.8438.47-
YUV207.1796.3140.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 151 (59.38% from 255) = 25.81%
R=38.46%
G=35.73%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520915100.070.330.1247.0355.2273.73
HexE1D1970721C2f374a
Octal3413212270741145767112
Binary111000011101000110010111011110000111001011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D197; }

 p { color: rgb(225,209,151); }

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

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

 a { background-color: rgb(225,209,151); }

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

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

 span { border-color: rgb(225,209,151); }

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