#ECBFC0

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

Shades of Azalea #ECBFC0

Tints of Azalea #ECBFC0

Color information

#ECBFC0 (or 0xECBFC0) is unknown color: approx Azalea. HEX triplet: EC, BF and C0. RGB value is (236,191,192). Sum of RGB (Red+Green+Blue) = 236+191+192=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC0 is #13403F. Grayscale: #CCCCCC. Windows color (decimal): -1261632 or 12632044. OLE color: 12632044.

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

Color convert

RGB236191192-
CMYK00.190.190.07
HSL358.67º54.22%83.73%-
HSV(B)358.67º19.07%92.55%-
XYZ62.7458.957.93-
YUV204.57120.91150.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=38.13%
G=30.86%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619119200.190.190.07358.6754.2283.73
HexECBFC00131371673654
Octal35427730002323754766124
Binary111011001011111111000000010011100111111011001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFC0; }

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

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

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

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

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

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

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

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