#ECC7C8

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

Shades of Azalea #ECC7C8

Tints of Azalea #ECC7C8

Color information

#ECC7C8 (or 0xECC7C8) is unknown color: approx Azalea. HEX triplet: EC, C7 and C8. RGB value is (236,199,200). Sum of RGB (Red+Green+Blue) = 236+199+200=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7C8 is #133837. Grayscale: #D2D2D2. Windows color (decimal): -1259576 or 13158380. OLE color: 13158380.

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

Color convert

RGB236199200-
CMYK00.160.150.07
HSL358.38º49.33%85.29%-
HSV(B)358.38º15.68%92.55%-
XYZ65.4462.8563.33-
YUV210.18122.26146.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=37.17%
G=31.34%
B=31.50%

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
Decimal23619920000.160.150.07358.3849.3385.29
HexECC7C8010F71663155
Octal35430731002017754661125
Binary11101100110001111100100001000011111111011001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7C8; }

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

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

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

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

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

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

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

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