#E1D0C0

Color #E1D0C0 Pearl Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Bush #E1D0C0

Tints of Pearl Bush #E1D0C0

Color information

#E1D0C0 (or 0xE1D0C0) is unknown color: approx Pearl Bush. HEX triplet: E1, D0 and C0. RGB value is (225,208,192). Sum of RGB (Red+Green+Blue) = 225+208+192=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0C0 is #1E2F3F. Grayscale: #D3D3D3. Windows color (decimal): -1978176 or 12636385. OLE color: 12636385.

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

Color convert

RGB225208192-
CMYK00.080.150.12
HSL29.09º35.48%81.76%-
HSV(B)29.09º14.67%88.24%-
XYZ63.1264.9359.07-
YUV211.26117.13137.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=36%
G=33.28%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520819200.080.150.1229.0935.4881.76
HexE1D0C008FC1d2352
Octal34132030001017143543122
Binary1110000111010000110000000100011111100111011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0C0; }

 p { color: rgb(225,208,192); }

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

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

 a { background-color: rgb(225,208,192); }

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

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

 span { border-color: rgb(225,208,192); }

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