#ECC8C9

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

Shades of Azalea #ECC8C9

Tints of Azalea #ECC8C9

Color information

#ECC8C9 (or 0xECC8C9) is unknown color: approx Azalea. HEX triplet: EC, C8 and C9. RGB value is (236,200,201). Sum of RGB (Red+Green+Blue) = 236+200+201=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8C9 is #133736. Grayscale: #D2D2D2. Windows color (decimal): -1259319 or 13224172. OLE color: 13224172.

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

Color convert

RGB236200201-
CMYK00.150.150.07
HSL358.33º48.65%85.49%-
HSV(B)358.33º15.25%92.55%-
XYZ65.7963.3664.02-
YUV210.88122.43145.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=37.05%
G=31.40%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620020100.150.150.07358.3348.6585.49
HexECC8C90FF71663155
Octal35431031101717754661125
Binary1110110011001000110010010111111111111011001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8C9; }

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

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

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

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

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

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

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

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