Html Css Color HEX #ECC7CC Azalea

📋 copy color: '#ECC7CC'

red 236 ◦ green 199 ◦ blue 204

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

Shades of Azalea #ECC7CC

Tints of Azalea #ECC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.14%

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

R = 36.93%
G = 31.14%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC7CC (or 0xECC7CC) is known color: Azalea. HEX triplet: EC, C7 and CC. RGB value is (236,199,204). Sum of RGB (Red+Green+Blue) = 236+199+204=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CC is #133833. Grayscale: #D2D2D2. Windows color (decimal): -1259572 or 13420524. OLE color: 13420524.

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

Color convert

RGB 236 199 204 -
CMYK 0 0.16 0.14 0.07
HSL 351.89º 0.49% 0.85% -
HSV(B) 351.89º 0.16% 0.93% -
XYZ 65.91 63.04 65.82 -
YUV 210.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 236 199 204 0 0.16 0.14 0.07 351.89 0.49 0.85
Hex EC C7 CC 0 10 E 7 160 31 55
Octal 354 307 314 0 20 16 7 540 61 125
Binary 11101100 11000111 11001100 0 10000 1110 111 101100000 110001 1010101

Color Harmonies of #ECC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7CC

Black with #ECC7CC

Text Example


Text Example

White with #ECC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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