#E1D1C4

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

Shades of Pearl Bush #E1D1C4

Tints of Pearl Bush #E1D1C4

Color information

#E1D1C4 (or 0xE1D1C4) is unknown color: approx Pearl Bush. HEX triplet: E1, D1 and C4. RGB value is (225,209,196). Sum of RGB (Red+Green+Blue) = 225+209+196=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1C4 is #1E2E3B. Grayscale: #D4D4D4. Windows color (decimal): -1977916 or 12898785. OLE color: 12898785.

HSL color Cylindrical-coordinate representation of color #E1D1C4: hue angle of 26.9º 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 #E1D1C4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225209196-
CMYK00.070.130.12
HSL26.9º32.58%82.55%-
HSV(B)26.9º12.89%88.24%-
XYZ63.8265.5961.52-
YUV212.3118.8137.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 196 (76.95% from 255) = 31.11%
R=35.71%
G=33.17%
B=31.11%

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
Decimal22520919600.070.130.1226.932.5882.55
HexE1D1C407DC1b2153
Octal3413213040715143341123
Binary111000011101000111000100011111011100110111000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1C4; }

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

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

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

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

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

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

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

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