#ECC8CB

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

Shades of Azalea #ECC8CB

Tints of Azalea #ECC8CB

Color information

#ECC8CB (or 0xECC8CB) is unknown color: approx Azalea. HEX triplet: EC, C8 and CB. RGB value is (236,200,203). Sum of RGB (Red+Green+Blue) = 236+200+203=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CB is #133734. Grayscale: #D3D3D3. Windows color (decimal): -1259317 or 13355244. OLE color: 13355244.

HSL color Cylindrical-coordinate representation of color #ECC8CB: hue angle of 355º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8CB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236200203-
CMYK00.150.140.07
HSL355º48.65%85.49%-
HSV(B)355º15.25%92.55%-
XYZ66.0363.4565.27-
YUV211.11123.43145.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=36.93%
G=31.30%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620020300.150.140.0735548.6585.49
HexECC8CB0FE71633155
Octal35431031301716754361125
Binary1110110011001000110010110111111101111011000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8CB; }

 p { color: rgb(236,200,203); }

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

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

 a { background-color: rgb(236,200,203); }

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

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

 span { border-color: rgb(236,200,203); }

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