#E0D5CC

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

Shades of Pearl Bush #E0D5CC

Tints of Pearl Bush #E0D5CC

Color information

#E0D5CC (or 0xE0D5CC) is unknown color: approx Pearl Bush. HEX triplet: E0, D5 and CC. RGB value is (224,213,204). Sum of RGB (Red+Green+Blue) = 224+213+204=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5CC is #1F2A33. Grayscale: #D7D7D7. Windows color (decimal): -2042420 or 13424096. OLE color: 13424096.

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

Color convert

RGB224213204-
CMYK00.050.090.12
HSL27º24.39%83.92%-
HSV(B)27º8.93%87.84%-
XYZ65.4367.866.76-
YUV215.26121.64134.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=34.95%
G=33.23%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421320400.050.090.122724.3983.92
HexE0D5CC059C1b1854
Octal3403253140511143330124
Binary11100000110101011100110001011001110011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5CC; }

 p { color: rgb(224,213,204); }

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

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

 a { background-color: rgb(224,213,204); }

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

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

 span { border-color: rgb(224,213,204); }

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