#ECC8CA

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

Shades of Azalea #ECC8CA

Tints of Azalea #ECC8CA

Color information

#ECC8CA (or 0xECC8CA) is unknown color: approx Azalea. HEX triplet: EC, C8 and CA. RGB value is (236,200,202). Sum of RGB (Red+Green+Blue) = 236+200+202=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CA is #133735. Grayscale: #D3D3D3. Windows color (decimal): -1259318 or 13289708. OLE color: 13289708.

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

Color convert

RGB236200202-
CMYK00.150.140.07
HSL356.67º48.65%85.49%-
HSV(B)356.67º15.25%92.55%-
XYZ65.9163.4164.64-
YUV210.99122.93145.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=36.99%
G=31.35%
B=31.66%

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
Decimal23620020200.150.140.07356.6748.6585.49
HexECC8CA0FE71653155
Octal35431031201716754561125
Binary1110110011001000110010100111111101111011001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8CA; }

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

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

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

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

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

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

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

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