Html Css Color HEX #ECC8CC Azalea

📋 copy color: '#ECC8CC'

red 236 ◦ green 200 ◦ blue 204

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

Shades of Azalea #ECC8CC

Tints of Azalea #ECC8CC

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 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

#ECC8CC (or 0xECC8CC) is known color: 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

RGB 236 200 204 -
CMYK 0 0.15 0.14 0.07
HSL 353.33º 0.49% 0.85% -
HSV(B) 353.33º 0.15% 0.93% -
XYZ 66.15 63.5 65.9 -
YUV 211.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 236 200 204 0 0.15 0.14 0.07 353.33 0.49 0.85
Hex EC C8 CC 0 F E 7 161 31 55
Octal 354 310 314 0 17 16 7 541 61 125
Binary 11101100 11001000 11001100 0 1111 1110 111 101100001 110001 1010101

Color Harmonies of #ECC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC8CC

Black with #ECC8CC

Text Example


Text Example

White with #ECC8CC

Text Example


Text Example

HTML Codes & Css Web 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>