#EDBDBB

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

Shades of Beauty Bush #EDBDBB

Tints of Beauty Bush #EDBDBB

Color information

#EDBDBB (or 0xEDBDBB) is unknown color: approx Beauty Bush. HEX triplet: ED, BD and BB. RGB value is (237,189,187). Sum of RGB (Red+Green+Blue) = 237+189+187=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBB is #124244. Grayscale: #CBCBCB. Windows color (decimal): -1196613 or 12303853. OLE color: 12303853.

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

Color convert

RGB237189187-
CMYK00.200.210.07
HSL2.4º58.14%83.14%-
HSV(B)2.4º21.1%92.94%-
XYZ62.0957.9954.93-
YUV203.12118.9152.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=38.66%
G=30.83%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718918700.200.210.072.458.1483.14
HexEDBDBB01415723a53
Octal355275273024257272123
Binary11101101101111011011101101010010101111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDBB; }

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

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

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

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

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

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

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

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