#E1D3C2

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

Shades of Pearl Bush #E1D3C2

Tints of Pearl Bush #E1D3C2

Color information

#E1D3C2 (or 0xE1D3C2) is unknown color: approx Pearl Bush. HEX triplet: E1, D3 and C2. RGB value is (225,211,194). Sum of RGB (Red+Green+Blue) = 225+211+194=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3C2 is #1E2C3D. Grayscale: #D5D5D5. Windows color (decimal): -1977406 or 12768225. OLE color: 12768225.

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

Color convert

RGB225211194-
CMYK00.060.140.12
HSL32.9º34.07%82.16%-
HSV(B)32.9º13.78%88.24%-
XYZ64.0866.4960.5-
YUV213.25117.14136.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=35.71%
G=33.49%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521119400.060.140.1232.934.0782.16
HexE1D3C206EC212252
Octal3413233020616144142122
Binary1110000111010011110000100110111011001000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3C2; }

 p { color: rgb(225,211,194); }

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

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

 a { background-color: rgb(225,211,194); }

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

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

 span { border-color: rgb(225,211,194); }

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