#E1D2C4

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

Shades of Pearl Bush #E1D2C4

Tints of Pearl Bush #E1D2C4

Color information

#E1D2C4 (or 0xE1D2C4) is unknown color: approx Pearl Bush. HEX triplet: E1, D2 and C4. RGB value is (225,210,196). Sum of RGB (Red+Green+Blue) = 225+210+196=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2C4 is #1E2D3B. Grayscale: #D4D4D4. Windows color (decimal): -1977660 or 12899041. OLE color: 12899041.

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

Color convert

RGB225210196-
CMYK00.070.130.12
HSL28.97º32.58%82.55%-
HSV(B)28.97º12.89%88.24%-
XYZ64.0666.0961.6-
YUV212.89118.47136.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=35.66%
G=33.28%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521019600.070.130.1228.9732.5882.55
HexE1D2C407DC1d2153
Octal3413223040715143541123
Binary111000011101001011000100011111011100111011000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2C4; }

 p { color: rgb(225,210,196); }

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

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

 a { background-color: rgb(225,210,196); }

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

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

 span { border-color: rgb(225,210,196); }

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