#E1D4CA

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

Shades of Pearl Bush #E1D4CA

Tints of Pearl Bush #E1D4CA

Color information

#E1D4CA (or 0xE1D4CA) is unknown color: approx Pearl Bush. HEX triplet: E1, D4 and CA. RGB value is (225,212,202). Sum of RGB (Red+Green+Blue) = 225+212+202=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4CA is #1E2B35. Grayscale: #D6D6D6. Windows color (decimal): -1977142 or 13292769. OLE color: 13292769.

HSL color Cylindrical-coordinate representation of color #E1D4CA: hue angle of 26.09º degrees, saturation: 0.28, 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 #E1D4CA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225212202-
CMYK00.060.100.12
HSL26.09º27.71%83.73%-
HSV(B)26.09º10.22%88.24%-
XYZ65.2667.3665.44-
YUV214.75120.81135.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=35.21%
G=33.18%
B=31.61%

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
Decimal22521220200.060.100.1226.0927.7183.73
HexE1D4CA06AC1a1c54
Octal3413243120612143234124
Binary11100001110101001100101001101010110011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4CA; }

 p { color: rgb(225,212,202); }

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

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

 a { background-color: rgb(225,212,202); }

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

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

 span { border-color: rgb(225,212,202); }

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