#EDBDB5

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

Shades of Beauty Bush #EDBDB5

Tints of Beauty Bush #EDBDB5

Color information

#EDBDB5 (or 0xEDBDB5) is unknown color: approx Beauty Bush. HEX triplet: ED, BD and B5. RGB value is (237,189,181). Sum of RGB (Red+Green+Blue) = 237+189+181=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB5 is #12424A. Grayscale: #CACACA. Windows color (decimal): -1196619 or 11910637. OLE color: 11910637.

HSL color Cylindrical-coordinate representation of color #EDBDB5: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBDB5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237189181-
CMYK00.200.240.07
HSL8.57º60.87%81.96%-
HSV(B)8.57º23.63%92.94%-
XYZ61.4657.7451.62-
YUV202.44115.9152.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 181 (71.09% from 255) = 29.82%
R=39.04%
G=31.14%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718918100.200.240.078.5760.8781.96
HexEDBDB501418793d52
Octal3552752650243071175122
Binary1110110110111101101101010101001100011110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDB5; }

 p { color: rgb(237,189,181); }

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

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

 a { background-color: rgb(237,189,181); }

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

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

 span { border-color: rgb(237,189,181); }

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