#E2CCBB

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

Shades of Pearl Bush #E2CCBB

Tints of Pearl Bush #E2CCBB

Color information

#E2CCBB (or 0xE2CCBB) is unknown color: approx Pearl Bush. HEX triplet: E2, CC and BB. RGB value is (226,204,187). Sum of RGB (Red+Green+Blue) = 226+204+187=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCBB is #1D3344. Grayscale: #D0D0D0. Windows color (decimal): -1913669 or 12307682. OLE color: 12307682.

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

Color convert

RGB226204187-
CMYK00.100.170.11
HSL26.15º40.21%80.98%-
HSV(B)26.15º17.26%88.63%-
XYZ61.9362.9455.9-
YUV208.64115.79140.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=36.63%
G=33.06%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620418700.100.170.1126.1540.2180.98
HexE2CCBB0A11B1a2851
Octal34231427301221133250121
Binary11100010110011001011101101010100011011110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCBB; }

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

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

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

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

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

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

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

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