#E5CFBC

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

Shades of Pearl Bush #E5CFBC

Tints of Pearl Bush #E5CFBC

Color information

#E5CFBC (or 0xE5CFBC) is unknown color: approx Pearl Bush. HEX triplet: E5, CF and BC. RGB value is (229,207,188). Sum of RGB (Red+Green+Blue) = 229+207+188=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFBC is #1A3043. Grayscale: #D3D3D3. Windows color (decimal): -1716292 or 12373989. OLE color: 12373989.

HSL color Cylindrical-coordinate representation of color #E5CFBC: hue angle of 27.8º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CFBC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229207188-
CMYK00.100.180.10
HSL27.8º44.09%81.76%-
HSV(B)27.8º17.9%89.8%-
XYZ63.764.9156.75-
YUV211.41114.79140.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=36.70%
G=33.17%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920718800.100.180.1027.844.0981.76
HexE5CFBC0A12A1c2c52
Octal34531727401222123454122
Binary11100101110011111011110001010100101010111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFBC; }

 p { color: rgb(229,207,188); }

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

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

 a { background-color: rgb(229,207,188); }

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

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

 span { border-color: rgb(229,207,188); }

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