#EDBEBD

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

Shades of Beauty Bush #EDBEBD

Tints of Beauty Bush #EDBEBD

Color information

#EDBEBD (or 0xEDBEBD) is unknown color: approx Beauty Bush. HEX triplet: ED, BE and BD. RGB value is (237,190,189). Sum of RGB (Red+Green+Blue) = 237+190+189=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEBD is #124142. Grayscale: #CBCBCB. Windows color (decimal): -1196355 or 12435181. OLE color: 12435181.

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

Color convert

RGB237190189-
CMYK00.200.200.07
HSL1.25º57.14%83.53%-
HSV(B)1.25º20.25%92.94%-
XYZ62.5258.5156.14-
YUV203.94119.57151.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=38.47%
G=30.84%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719018900.200.200.071.2557.1483.53
HexEDBEBD01414713954
Octal355276275024247171124
Binary1110110110111110101111010101001010011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEBD; }

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

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

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

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

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

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

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

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