#E6D1BD

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

Shades of Pearl Bush #E6D1BD

Tints of Pearl Bush #E6D1BD

Color information

#E6D1BD (or 0xE6D1BD) is unknown color: approx Pearl Bush. HEX triplet: E6, D1 and BD. RGB value is (230,209,189). Sum of RGB (Red+Green+Blue) = 230+209+189=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1BD is #192E42. Grayscale: #D5D5D5. Windows color (decimal): -1650243 or 12440038. OLE color: 12440038.

HSL color Cylindrical-coordinate representation of color #E6D1BD: hue angle of 29.27º degrees, saturation: 0.45, 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 #E6D1BD is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230209189-
CMYK00.090.180.10
HSL29.27º45.05%82.16%-
HSV(B)29.27º17.83%90.2%-
XYZ64.6266.157.5-
YUV213114.46140.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.62%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=36.62%
G=33.28%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020918900.090.180.1029.2745.0582.16
HexE6D1BD0912A1d2d52
Octal34632127501122123555122
Binary11100110110100011011110101001100101010111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D1BD; }

 p { color: rgb(230,209,189); }

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

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

 a { background-color: rgb(230,209,189); }

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

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

 span { border-color: rgb(230,209,189); }

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