#E6D0BB

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

Shades of Pearl Bush #E6D0BB

Tints of Pearl Bush #E6D0BB

Color information

#E6D0BB (or 0xE6D0BB) is unknown color: approx Pearl Bush. HEX triplet: E6, D0 and BB. RGB value is (230,208,187). Sum of RGB (Red+Green+Blue) = 230+208+187=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BB is #192F44. Grayscale: #D4D4D4. Windows color (decimal): -1650501 or 12308710. OLE color: 12308710.

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

Color convert

RGB230208187-
CMYK00.100.190.10
HSL29.3º46.24%81.76%-
HSV(B)29.3º18.7%90.2%-
XYZ64.1665.5256.28-
YUV212.18113.79140.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=36.8%
G=33.28%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020818700.100.190.1029.346.2481.76
HexE6D0BB0A13A1d2e52
Octal34632027301223123556122
Binary11100110110100001011101101010100111010111011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0BB; }

 p { color: rgb(230,208,187); }

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

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

 a { background-color: rgb(230,208,187); }

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

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

 span { border-color: rgb(230,208,187); }

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