#ECBDB4

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

Shades of Beauty Bush #ECBDB4

Tints of Beauty Bush #ECBDB4

Color information

#ECBDB4 (or 0xECBDB4) is unknown color: approx Beauty Bush. HEX triplet: EC, BD and B4. RGB value is (236,189,180). Sum of RGB (Red+Green+Blue) = 236+189+180=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDB4 is #13424B. Grayscale: #CACACA. Windows color (decimal): -1262156 or 11845100. OLE color: 11845100.

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

Color convert

RGB236189180-
CMYK00.200.240.07
HSL9.64º59.57%81.57%-
HSV(B)9.64º23.73%92.55%-
XYZ61.0357.5251.07-
YUV202.03115.57152.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=39.01%
G=31.24%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618918000.200.240.079.6459.5781.57
HexECBDB4014187a3c52
Octal3542752640243071274122
Binary1110110010111101101101000101001100011110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB4; }

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

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

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

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

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

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

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

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