#EDBDB7

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

Shades of Beauty Bush #EDBDB7

Tints of Beauty Bush #EDBDB7

Color information

#EDBDB7 (or 0xEDBDB7) is unknown color: approx Beauty Bush. HEX triplet: ED, BD and B7. RGB value is (237,189,183). Sum of RGB (Red+Green+Blue) = 237+189+183=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB7 is #124248. Grayscale: #CACACA. Windows color (decimal): -1196617 or 12041709. OLE color: 12041709.

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

Color convert

RGB237189183-
CMYK00.200.230.07
HSL6.67º60%82.35%-
HSV(B)6.67º22.78%92.94%-
XYZ61.6757.8252.71-
YUV202.67116.9152.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=38.92%
G=31.03%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718918300.200.230.076.676082.35
HexEDBDB701417773c52
Octal355275267024277774122
Binary111011011011110110110111010100101111111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDB7; }

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

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

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

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

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

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

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

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