#ECBDBA

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

Shades of Beauty Bush #ECBDBA

Tints of Beauty Bush #ECBDBA

Color information

#ECBDBA (or 0xECBDBA) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and BA. RGB value is (236,189,186). Sum of RGB (Red+Green+Blue) = 236+189+186=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBA is #134245. Grayscale: #CACACA. Windows color (decimal): -1262150 or 12238316. OLE color: 12238316.

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

Color convert

RGB236189186-
CMYK00.200.210.07
HSL3.6º56.82%82.75%-
HSV(B)3.6º21.19%92.55%-
XYZ61.6557.7754.36-
YUV202.71118.57151.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=38.63%
G=30.93%
B=30.44%

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
Decimal23618918600.200.210.073.656.8282.75
HexECBDBA01415743953
Octal354275272024257471123
Binary111011001011110110111010010100101011111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDBA; }

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

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

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

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

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

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

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

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