#EDBDB3

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

Shades of Beauty Bush #EDBDB3

Tints of Beauty Bush #EDBDB3

Color information

#EDBDB3 (or 0xEDBDB3) is unknown color: approx Beauty Bush. HEX triplet: ED, BD and B3. RGB value is (237,189,179). Sum of RGB (Red+Green+Blue) = 237+189+179=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB3 is #12424C. Grayscale: #CACACA. Windows color (decimal): -1196621 or 11779565. OLE color: 11779565.

HSL color Cylindrical-coordinate representation of color #EDBDB3: hue angle of 10.34º degrees, saturation: 0.62, 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 #EDBDB3 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237189179-
CMYK00.200.240.07
HSL10.34º61.7%81.57%-
HSV(B)10.34º24.47%92.94%-
XYZ61.2657.6550.55-
YUV202.21114.9152.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=39.17%
G=31.24%
B=29.59%

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
Decimal23718917900.200.240.0710.3461.781.57
HexEDBDB3014187a3e52
Octal3552752630243071276122
Binary1110110110111101101100110101001100011110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDB3; }

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

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

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

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

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

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

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

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