#E1D5CB

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

Shades of Pearl Bush #E1D5CB

Tints of Pearl Bush #E1D5CB

Color information

#E1D5CB (or 0xE1D5CB) is unknown color: approx Pearl Bush. HEX triplet: E1, D5 and CB. RGB value is (225,213,203). Sum of RGB (Red+Green+Blue) = 225+213+203=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5CB is #1E2A34. Grayscale: #D7D7D7. Windows color (decimal): -1976885 or 13358561. OLE color: 13358561.

HSL color Cylindrical-coordinate representation of color #E1D5CB: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D5CB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225213203-
CMYK00.050.100.12
HSL27.27º26.83%83.92%-
HSV(B)27.27º9.78%88.24%-
XYZ65.6367.9166.15-
YUV215.45120.98134.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=35.10%
G=33.23%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521320300.050.100.1227.2726.8383.92
HexE1D5CB05AC1b1b54
Octal3413253130512143333124
Binary11100001110101011100101101011010110011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5CB; }

 p { color: rgb(225,213,203); }

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

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

 a { background-color: rgb(225,213,203); }

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

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

 span { border-color: rgb(225,213,203); }

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