#E1D3C8

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

Shades of Pearl Bush #E1D3C8

Tints of Pearl Bush #E1D3C8

Color information

#E1D3C8 (or 0xE1D3C8) is unknown color: approx Pearl Bush. HEX triplet: E1, D3 and C8. RGB value is (225,211,200). Sum of RGB (Red+Green+Blue) = 225+211+200=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3C8 is #1E2C37. Grayscale: #D5D5D5. Windows color (decimal): -1977400 or 13161441. OLE color: 13161441.

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

Color convert

RGB225211200-
CMYK00.060.110.12
HSL26.4º29.41%83.33%-
HSV(B)26.4º11.11%88.24%-
XYZ64.7766.7764.12-
YUV213.93120.14135.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=35.38%
G=33.18%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521120000.060.110.1226.429.4183.33
HexE1D3C806BC1a1d53
Octal3413233100613143235123
Binary11100001110100111100100001101011110011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3C8; }

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

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

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

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

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

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

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

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