#ECBBC0

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

Shades of Azalea #ECBBC0

Tints of Azalea #ECBBC0

Color information

#ECBBC0 (or 0xECBBC0) is unknown color: approx Azalea. HEX triplet: EC, BB and C0. RGB value is (236,187,192). Sum of RGB (Red+Green+Blue) = 236+187+192=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBC0 is #13443F. Grayscale: #CACACA. Windows color (decimal): -1262656 or 12631020. OLE color: 12631020.

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

Color convert

RGB236187192-
CMYK00.210.190.07
HSL353.88º56.32%82.94%-
HSV(B)353.88º20.76%92.55%-
XYZ61.8857.1857.64-
YUV202.22122.23152.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=38.37%
G=30.41%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618719200.210.190.07353.8856.3282.94
HexECBBC00151371623853
Octal35427330002523754270123
Binary111011001011101111000000010101100111111011000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBC0; }

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

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

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

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

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

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

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

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