#ECBFC3

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

Shades of Azalea #ECBFC3

Tints of Azalea #ECBFC3

Color information

#ECBFC3 (or 0xECBFC3) is unknown color: approx Azalea. HEX triplet: EC, BF and C3. RGB value is (236,191,195). Sum of RGB (Red+Green+Blue) = 236+191+195=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC3 is #13403C. Grayscale: #CCCCCC. Windows color (decimal): -1261629 or 12828652. OLE color: 12828652.

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

Color convert

RGB236191195-
CMYK00.190.170.07
HSL354.67º54.22%83.73%-
HSV(B)354.67º19.07%92.55%-
XYZ63.0759.0359.7-
YUV204.91122.41150.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 195 (76.56% from 255) = 31.35%
R=37.94%
G=30.71%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619119500.190.170.07354.6754.2283.73
HexECBFC30131171633654
Octal35427730302321754366124
Binary111011001011111111000011010011100011111011000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFC3; }

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

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

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

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

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

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

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

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