#E0D3CA

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

Shades of Pearl Bush #E0D3CA

Tints of Pearl Bush #E0D3CA

Color information

#E0D3CA (or 0xE0D3CA) is unknown color: approx Pearl Bush. HEX triplet: E0, D3 and CA. RGB value is (224,211,202). Sum of RGB (Red+Green+Blue) = 224+211+202=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3CA is #1F2C35. Grayscale: #D5D5D5. Windows color (decimal): -2042934 or 13292512. OLE color: 13292512.

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

Color convert

RGB224211202-
CMYK00.060.100.12
HSL24.55º26.19%83.53%-
HSV(B)24.55º9.82%87.84%-
XYZ64.766.765.34-
YUV213.86121.31135.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=35.16%
G=33.12%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421120200.060.100.1224.5526.1983.53
HexE0D3CA06AC191a54
Octal3403233120612143132124
Binary11100000110100111100101001101010110011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3CA; }

 p { color: rgb(224,211,202); }

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

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

 a { background-color: rgb(224,211,202); }

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

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

 span { border-color: rgb(224,211,202); }

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