#EDBCBB

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

Shades of Beauty Bush #EDBCBB

Tints of Beauty Bush #EDBCBB

Color information

#EDBCBB (or 0xEDBCBB) is unknown color: approx Beauty Bush. HEX triplet: ED, BC and BB. RGB value is (237,188,187). Sum of RGB (Red+Green+Blue) = 237+188+187=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCBB is #124344. Grayscale: #CACACA. Windows color (decimal): -1196869 or 12303597. OLE color: 12303597.

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

Color convert

RGB237188187-
CMYK00.210.210.07
HSL1.2º58.14%83.14%-
HSV(B)1.2º21.1%92.94%-
XYZ61.8857.5654.86-
YUV202.54119.23152.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=38.73%
G=30.72%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718818700.210.210.071.258.1483.14
HexEDBCBB01515713a53
Octal355274273025257172123
Binary1110110110111100101110110101011010111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCBB; }

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

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

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

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

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

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

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

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