#E1D0BE

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

Shades of Pearl Bush #E1D0BE

Tints of Pearl Bush #E1D0BE

Color information

#E1D0BE (or 0xE1D0BE) is unknown color: approx Pearl Bush. HEX triplet: E1, D0 and BE. RGB value is (225,208,190). Sum of RGB (Red+Green+Blue) = 225+208+190=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BE is #1E2F41. Grayscale: #D3D3D3. Windows color (decimal): -1978178 or 12505313. OLE color: 12505313.

HSL color Cylindrical-coordinate representation of color #E1D0BE: hue angle of 30.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D0BE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225208190-
CMYK00.080.160.12
HSL30.86º36.84%81.37%-
HSV(B)30.86º15.56%88.24%-
XYZ62.964.8457.91-
YUV211.03116.13137.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=36.12%
G=33.39%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520819000.080.160.1230.8636.8481.37
HexE1D0BE0810C1f2551
Octal34132027601020143745121
Binary11100001110100001011111001000100001100111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0BE; }

 p { color: rgb(225,208,190); }

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

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

 a { background-color: rgb(225,208,190); }

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

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

 span { border-color: rgb(225,208,190); }

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