#E2CCBD

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

Shades of Pearl Bush #E2CCBD

Tints of Pearl Bush #E2CCBD

Color information

#E2CCBD (or 0xE2CCBD) is unknown color: approx Pearl Bush. HEX triplet: E2, CC and BD. RGB value is (226,204,189). Sum of RGB (Red+Green+Blue) = 226+204+189=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCBD is #1D3342. Grayscale: #D0D0D0. Windows color (decimal): -1913667 or 12438754. OLE color: 12438754.

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

Color convert

RGB226204189-
CMYK00.100.160.11
HSL24.32º38.95%81.37%-
HSV(B)24.32º16.37%88.63%-
XYZ62.1463.0357.03-
YUV208.87116.79140.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=36.51%
G=32.96%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620418900.100.160.1124.3238.9581.37
HexE2CCBD0A10B182751
Octal34231427501220133047121
Binary11100010110011001011110101010100001011110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCBD; }

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

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

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

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

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

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

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

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