#E1D5C8

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

Shades of Pearl Bush #E1D5C8

Tints of Pearl Bush #E1D5C8

Color information

#E1D5C8 (or 0xE1D5C8) is unknown color: approx Pearl Bush. HEX triplet: E1, D5 and C8. RGB value is (225,213,200). Sum of RGB (Red+Green+Blue) = 225+213+200=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5C8 is #1E2A37. Grayscale: #D7D7D7. Windows color (decimal): -1976888 or 13161953. OLE color: 13161953.

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

Color convert

RGB225213200-
CMYK00.050.110.12
HSL31.2º29.41%83.33%-
HSV(B)31.2º11.11%88.24%-
XYZ65.2767.7764.28-
YUV215.11119.48135.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=35.27%
G=33.39%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521320000.050.110.1231.229.4183.33
HexE1D5C805BC1f1d53
Octal3413253100513143735123
Binary11100001110101011100100001011011110011111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5C8; }

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

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

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

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

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

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

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

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