#EDBFB3

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

Shades of Beauty Bush #EDBFB3

Tints of Beauty Bush #EDBFB3

Color information

#EDBFB3 (or 0xEDBFB3) is unknown color: approx Beauty Bush. HEX triplet: ED, BF and B3. RGB value is (237,191,179). Sum of RGB (Red+Green+Blue) = 237+191+179=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFB3 is #12404C. Grayscale: #CBCBCB. Windows color (decimal): -1196109 or 11780077. OLE color: 11780077.

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

Color convert

RGB237191179-
CMYK00.190.240.07
HSL12.41º61.7%81.57%-
HSV(B)12.41º24.47%92.94%-
XYZ61.6958.5250.69-
YUV203.39114.24151.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=39.04%
G=31.47%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719117900.190.240.0712.4161.781.57
HexEDBFB3013187c3e52
Octal3552772630233071476122
Binary1110110110111111101100110100111100011111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFB3; }

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

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

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

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

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

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

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

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