#E1D3C3

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

Shades of Pearl Bush #E1D3C3

Tints of Pearl Bush #E1D3C3

Color information

#E1D3C3 (or 0xE1D3C3) is unknown color: approx Pearl Bush. HEX triplet: E1, D3 and C3. RGB value is (225,211,195). Sum of RGB (Red+Green+Blue) = 225+211+195=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3C3 is #1E2C3C. Grayscale: #D5D5D5. Windows color (decimal): -1977405 or 12833761. OLE color: 12833761.

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

Color convert

RGB225211195-
CMYK00.060.130.12
HSL32º33.33%82.35%-
HSV(B)32º13.33%88.24%-
XYZ64.266.5461.09-
YUV213.36117.64136.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 195 (76.56% from 255) = 30.90%
R=35.66%
G=33.44%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521119500.060.130.123233.3382.35
HexE1D3C306DC202152
Octal3413233030615144041122
Binary1110000111010011110000110110110111001000001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3C3; }

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

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

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

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

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

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

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

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