#ECBDB6

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

Shades of Beauty Bush #ECBDB6

Tints of Beauty Bush #ECBDB6

Color information

#ECBDB6 (or 0xECBDB6) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and B6. RGB value is (236,189,182). Sum of RGB (Red+Green+Blue) = 236+189+182=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDB6 is #134249. Grayscale: #CACACA. Windows color (decimal): -1262154 or 11976172. OLE color: 11976172.

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

Color convert

RGB236189182-
CMYK00.200.230.07
HSL7.78º58.7%81.96%-
HSV(B)7.78º22.88%92.55%-
XYZ61.2357.6152.15-
YUV202.26116.57152.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=38.88%
G=31.14%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618918200.200.230.077.7858.781.96
HexECBDB601417783b52
Octal3542752660242771073122
Binary1110110010111101101101100101001011111110001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB6; }

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

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

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

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

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

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

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

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