#E2D5CB

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

Shades of Pearl Bush #E2D5CB

Tints of Pearl Bush #E2D5CB

Color information

#E2D5CB (or 0xE2D5CB) is unknown color: approx Pearl Bush. HEX triplet: E2, D5 and CB. RGB value is (226,213,203). Sum of RGB (Red+Green+Blue) = 226+213+203=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5CB is #1D2A34. Grayscale: #D7D7D7. Windows color (decimal): -1911349 or 13358562. OLE color: 13358562.

HSL color Cylindrical-coordinate representation of color #E2D5CB: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D5CB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226213203-
CMYK00.060.100.11
HSL26.09º28.4%84.12%-
HSV(B)26.09º10.18%88.63%-
XYZ65.9468.0766.16-
YUV215.75120.81135.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.20%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=35.20%
G=33.18%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621320300.060.100.1126.0928.484.12
HexE2D5CB06AB1a1c54
Octal3423253130612133234124
Binary11100010110101011100101101101010101111010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5CB; }

 p { color: rgb(226,213,203); }

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

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

 a { background-color: rgb(226,213,203); }

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

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

 span { border-color: rgb(226,213,203); }

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