Html Css Color HEX #ECC9CC Azalea

📋 copy color: '#ECC9CC'

red 236 ◦ green 201 ◦ blue 204

#ECC9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #ECC9CC

Tints of Azalea #ECC9CC

RGB

 RED value IS 236 (92.58% from 255) = 36.82%

 GREEN value IS 201 (78.91% from 255) = 31.36%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 36.82%
G = 31.36%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC9CC (or 0xECC9CC) is known color: Azalea. HEX triplet: EC, C9 and CC. RGB value is (236,201,204). Sum of RGB (Red+Green+Blue) = 236+201+204=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9CC is #133633. Grayscale: #D3D3D3. Windows color (decimal): -1259060 or 13421036. OLE color: 13421036.

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

Color convert

RGB 236 201 204 -
CMYK 0 0.15 0.14 0.07
HSL 354.86º 0.48% 0.86% -
HSV(B) 354.86º 0.15% 0.93% -
XYZ 66.38 63.97 65.97 -
YUV 211.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 236 201 204 0 0.15 0.14 0.07 354.86 0.48 0.86
Hex EC C9 CC 0 F E 7 163 30 56
Octal 354 311 314 0 17 16 7 543 60 126
Binary 11101100 11001001 11001100 0 1111 1110 111 101100011 110000 1010110

Color Harmonies of #ECC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC9CC

Black with #ECC9CC

Text Example


Text Example

White with #ECC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC9CC; }

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

 H1.HeaderClassName
 {
   color: #ECC9CC;
 }
 .AnyTagClassName
 {
   color: #ECC9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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