#ECC8CC

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

Shades of Azalea #ECC8CC

Tints of Azalea #ECC8CC

Color information

#ECC8CC (or 0xECC8CC) is unknown color: approx Azalea. HEX triplet: EC, C8 and CC. RGB value is (236,200,204). Sum of RGB (Red+Green+Blue) = 236+200+204=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CC is #133733. Grayscale: #D3D3D3. Windows color (decimal): -1259316 or 13420780. OLE color: 13420780.

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

Color convert

RGB236200204-
CMYK00.150.140.07
HSL353.33º48.65%85.49%-
HSV(B)353.33º15.25%92.55%-
XYZ66.1563.565.9-
YUV211.22123.93145.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=36.88%
G=31.25%
B=31.88%

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
Decimal23620020400.150.140.07353.3348.6585.49
HexECC8CC0FE71613155
Octal35431031401716754161125
Binary1110110011001000110011000111111101111011000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8CC; }

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

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

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

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

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

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

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

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