#E1D6CA

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

Shades of Pearl Bush #E1D6CA

Tints of Pearl Bush #E1D6CA

Color information

#E1D6CA (or 0xE1D6CA) is unknown color: approx Pearl Bush. HEX triplet: E1, D6 and CA. RGB value is (225,214,202). Sum of RGB (Red+Green+Blue) = 225+214+202=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6CA is #1E2935. Grayscale: #D7D7D7. Windows color (decimal): -1976630 or 13293281. OLE color: 13293281.

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

Color convert

RGB225214202-
CMYK00.050.100.12
HSL31.3º27.71%83.73%-
HSV(B)31.3º10.22%88.24%-
XYZ65.7668.3665.61-
YUV215.92120.14134.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=35.10%
G=33.39%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521420200.050.100.1231.327.7183.73
HexE1D6CA05AC1f1c54
Octal3413263120512143734124
Binary11100001110101101100101001011010110011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6CA; }

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

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

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

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

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

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

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

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