#E6D0BF

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

Shades of Pearl Bush #E6D0BF

Tints of Pearl Bush #E6D0BF

Color information

#E6D0BF (or 0xE6D0BF) is unknown color: approx Pearl Bush. HEX triplet: E6, D0 and BF. RGB value is (230,208,191). Sum of RGB (Red+Green+Blue) = 230+208+191=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BF is #192F40. Grayscale: #D4D4D4. Windows color (decimal): -1650497 or 12570854. OLE color: 12570854.

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

Color convert

RGB230208191-
CMYK00.100.170.10
HSL26.15º43.82%82.55%-
HSV(B)26.15º16.96%90.2%-
XYZ64.5965.758.57-
YUV212.64115.79140.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 30.37%
R=36.57%
G=33.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020819100.100.170.1026.1543.8282.55
HexE6D0BF0A11A1a2c53
Octal34632027701221123254123
Binary11100110110100001011111101010100011010110101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0BF; }

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

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

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

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

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

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

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

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