#ECC6C8

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

Shades of Azalea #ECC6C8

Tints of Azalea #ECC6C8

Color information

#ECC6C8 (or 0xECC6C8) is unknown color: approx Azalea. HEX triplet: EC, C6 and C8. RGB value is (236,198,200). Sum of RGB (Red+Green+Blue) = 236+198+200=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6C8 is #133937. Grayscale: #D1D1D1. Windows color (decimal): -1259832 or 13158124. OLE color: 13158124.

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

Color convert

RGB236198200-
CMYK00.160.150.07
HSL356.84º50%85.1%-
HSV(B)356.84º16.1%92.55%-
XYZ65.2162.3963.25-
YUV209.59122.59146.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 200 (78.52% from 255) = 31.55%
R=37.22%
G=31.23%
B=31.55%

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
Decimal23619820000.160.150.07356.845085.1
HexECC6C8010F71653255
Octal35430631002017754562125
Binary11101100110001101100100001000011111111011001011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6C8; }

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

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

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

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

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

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

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

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