Html Css Color HEX #ECC5C7 Azalea

📋 copy color: '#ECC5C7'

red 236 ◦ green 197 ◦ blue 199

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

Shades of Azalea #ECC5C7

Tints of Azalea #ECC5C7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

 BLUE value IS 199 (78.13% from 255) = 31.49%

R = 37.34%
G = 31.17%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ECC5C7 (or 0xECC5C7) is known color: Azalea. HEX triplet: EC, C5 and C7. RGB value is (236,197,199). Sum of RGB (Red+Green+Blue) = 236+197+199=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C7 is #133A38. Grayscale: #D0D0D0. Windows color (decimal): -1260089 or 13092332. OLE color: 13092332.

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

Color convert

RGB 236 197 199 -
CMYK 0 0.17 0.16 0.07
HSL 356.92º 0.51% 0.85% -
HSV(B) 356.92º 0.17% 0.93% -
XYZ 64.87 61.89 62.56 -
YUV 208.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 236 197 199 0 0.17 0.16 0.07 356.92 0.51 0.85
Hex EC C5 C7 0 11 10 7 165 33 55
Octal 354 305 307 0 21 20 7 545 63 125
Binary 11101100 11000101 11000111 0 10001 10000 111 101100101 110011 1010101

Color Harmonies of #ECC5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5C7

Black with #ECC5C7

Text Example


Text Example

White with #ECC5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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