#E1CCB9

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

Shades of Pearl Bush #E1CCB9

Tints of Pearl Bush #E1CCB9

Color information

#E1CCB9 (or 0xE1CCB9) is unknown color: approx Pearl Bush. HEX triplet: E1, CC and B9. RGB value is (225,204,185). Sum of RGB (Red+Green+Blue) = 225+204+185=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCB9 is #1E3346. Grayscale: #D0D0D0. Windows color (decimal): -1979207 or 12176609. OLE color: 12176609.

HSL color Cylindrical-coordinate representation of color #E1CCB9: hue angle of 28.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CCB9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225204185-
CMYK00.090.180.12
HSL28.5º40%80.39%-
HSV(B)28.5º17.78%88.24%-
XYZ61.462.754.76-
YUV208.11114.96140.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=36.64%
G=33.22%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520418500.090.180.1228.54080.39
HexE1CCB90912C1d2850
Octal34131427101122143550120
Binary11100001110011001011100101001100101100111011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCB9; }

 p { color: rgb(225,204,185); }

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

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

 a { background-color: rgb(225,204,185); }

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

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

 span { border-color: rgb(225,204,185); }

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