#E2CEBD

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

Shades of Pearl Bush #E2CEBD

Tints of Pearl Bush #E2CEBD

Color information

#E2CEBD (or 0xE2CEBD) is unknown color: approx Pearl Bush. HEX triplet: E2, CE and BD. RGB value is (226,206,189). Sum of RGB (Red+Green+Blue) = 226+206+189=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEBD is #1D3142. Grayscale: #D2D2D2. Windows color (decimal): -1913155 or 12439266. OLE color: 12439266.

HSL color Cylindrical-coordinate representation of color #E2CEBD: hue angle of 27.57º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CEBD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226206189-
CMYK00.090.160.11
HSL27.57º38.95%81.37%-
HSV(B)27.57º16.37%88.63%-
XYZ62.6263.9957.19-
YUV210.04116.13139.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=36.39%
G=33.17%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620618900.090.160.1127.5738.9581.37
HexE2CEBD0910B1c2751
Octal34231627501120133447121
Binary11100010110011101011110101001100001011111001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEBD; }

 p { color: rgb(226,206,189); }

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

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

 a { background-color: rgb(226,206,189); }

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

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

 span { border-color: rgb(226,206,189); }

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