#ECC7C9

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

Shades of Azalea #ECC7C9

Tints of Azalea #ECC7C9

Color information

#ECC7C9 (or 0xECC7C9) is unknown color: approx Azalea. HEX triplet: EC, C7 and C9. RGB value is (236,199,201). Sum of RGB (Red+Green+Blue) = 236+199+201=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7C9 is #133836. Grayscale: #D2D2D2. Windows color (decimal): -1259575 or 13223916. OLE color: 13223916.

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

Color convert

RGB236199201-
CMYK00.160.150.07
HSL356.76º49.33%85.29%-
HSV(B)356.76º15.68%92.55%-
XYZ65.5662.963.94-
YUV210.29122.76146.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=37.11%
G=31.29%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619920100.160.150.07356.7649.3385.29
HexECC7C9010F71653155
Octal35430731102017754561125
Binary11101100110001111100100101000011111111011001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7C9; }

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

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

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

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

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

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

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

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