#ECBDB5

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

Shades of Beauty Bush #ECBDB5

Tints of Beauty Bush #ECBDB5

Color information

#ECBDB5 (or 0xECBDB5) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and B5. RGB value is (236,189,181). Sum of RGB (Red+Green+Blue) = 236+189+181=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDB5 is #13424A. Grayscale: #CACACA. Windows color (decimal): -1262155 or 11910636. OLE color: 11910636.

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

Color convert

RGB236189181-
CMYK00.200.230.07
HSL8.73º59.14%81.76%-
HSV(B)8.73º23.31%92.55%-
XYZ61.1357.5651.61-
YUV202.14116.07152.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=38.94%
G=31.19%
B=29.87%

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
Decimal23618918100.200.230.078.7359.1481.76
HexECBDB501417793b52
Octal3542752650242771173122
Binary1110110010111101101101010101001011111110011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB5; }

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

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

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

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

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

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

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

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