#ECC3C7

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

Shades of Azalea #ECC3C7

Tints of Azalea #ECC3C7

Color information

#ECC3C7 (or 0xECC3C7) is unknown color: approx Azalea. HEX triplet: EC, C3 and C7. RGB value is (236,195,199). Sum of RGB (Red+Green+Blue) = 236+195+199=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C7 is #133C38. Grayscale: #CFCFCF. Windows color (decimal): -1260601 or 13091820. OLE color: 13091820.

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

Color convert

RGB236195199-
CMYK00.170.160.07
HSL354.15º51.9%84.51%-
HSV(B)354.15º17.37%92.55%-
XYZ64.4260.9962.41-
YUV207.72123.08148.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=37.46%
G=30.95%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619519900.170.160.07354.1551.984.51
HexECC3C70111071623455
Octal35430330702120754264125
Binary111011001100001111000111010001100001111011000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3C7; }

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

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

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

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

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

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

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

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