#ECBDBD

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

Shades of Beauty Bush #ECBDBD

Tints of Beauty Bush #ECBDBD

Color information

#ECBDBD (or 0xECBDBD) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and BD. RGB value is (236,189,189). Sum of RGB (Red+Green+Blue) = 236+189+189=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBD is #134242. Grayscale: #CBCBCB. Windows color (decimal): -1262147 or 12434924. OLE color: 12434924.

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

Color convert

RGB236189189-
CMYK00.200.200.07
HSL55.29%83.33%-
HSV(B)19.92%92.55%-
XYZ61.9757.956.05-
YUV203.05120.07151.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=38.44%
G=30.78%
B=30.78%

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
Decimal23618918900.200.200.07055.2983.33
HexECBDBD01414703753
Octal354275275024247067123
Binary1110110010111101101111010101001010011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDBD; }

 p { color: rgb(236,189,189); }

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

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

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

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

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

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

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