#ECBBBD

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

Shades of Azalea #ECBBBD

Tints of Azalea #ECBBBD

Color information

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

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

Color convert

RGB236187189-
CMYK00.210.200.07
HSL357.55º56.32%82.94%-
HSV(B)357.55º20.76%92.55%-
XYZ61.5557.0555.91-
YUV201.88120.73152.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618718900.210.200.07357.5556.3282.94
HexECBBBD0151471663853
Octal35427327502524754670123
Binary111011001011101110111101010101101001111011001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBBD; }

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

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

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

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

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

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

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

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