#EDBFBB

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

Shades of Beauty Bush #EDBFBB

Tints of Beauty Bush #EDBFBB

Color information

#EDBFBB (or 0xEDBFBB) is unknown color: approx Beauty Bush. HEX triplet: ED, BF and BB. RGB value is (237,191,187). Sum of RGB (Red+Green+Blue) = 237+191+187=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBB is #124044. Grayscale: #CCCCCC. Windows color (decimal): -1196101 or 12304365. OLE color: 12304365.

HSL color Cylindrical-coordinate representation of color #EDBFBB: hue angle of 4.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBFBB is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237191187-
CMYK00.190.210.07
HSL4.8º58.14%83.14%-
HSV(B)4.8º21.1%92.94%-
XYZ62.5358.8555.08-
YUV204.3118.24151.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=38.54%
G=31.06%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719118700.190.210.074.858.1483.14
HexEDBFBB01315753a53
Octal355277273023257572123
Binary111011011011111110111011010011101011111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFBB; }

 p { color: rgb(237,191,187); }

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

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

 a { background-color: rgb(237,191,187); }

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

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

 span { border-color: rgb(237,191,187); }

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