#ECBDBB

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

Shades of Beauty Bush #ECBDBB

Tints of Beauty Bush #ECBDBB

Color information

#ECBDBB (or 0xECBDBB) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and BB. RGB value is (236,189,187). Sum of RGB (Red+Green+Blue) = 236+189+187=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBB is #134244. Grayscale: #CACACA. Windows color (decimal): -1262149 or 12303852. OLE color: 12303852.

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

Color convert

RGB236189187-
CMYK00.200.210.07
HSL2.45º56.32%82.94%-
HSV(B)2.45º20.76%92.55%-
XYZ61.7657.8254.92-
YUV202.82119.07151.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=38.56%
G=30.88%
B=30.56%

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
Decimal23618918700.200.210.072.4556.3282.94
HexECBDBB01415723853
Octal354275273024257270123
Binary11101100101111011011101101010010101111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDBB; }

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

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

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

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

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

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

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

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