#ECBCC2

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

Shades of Azalea #ECBCC2

Tints of Azalea #ECBCC2

Color information

#ECBCC2 (or 0xECBCC2) is unknown color: approx Azalea. HEX triplet: EC, BC and C2. RGB value is (236,188,194). Sum of RGB (Red+Green+Blue) = 236+188+194=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC2 is #13433D. Grayscale: #CBCBCB. Windows color (decimal): -1262398 or 12762348. OLE color: 12762348.

HSL color Cylindrical-coordinate representation of color #ECBCC2: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCC2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236188194-
CMYK00.200.180.07
HSL352.5º55.81%83.14%-
HSV(B)352.5º20.34%92.55%-
XYZ62.3157.6958.89-
YUV203.04122.9151.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=38.19%
G=30.42%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618819400.200.180.07352.555.8183.14
HexECBCC20141271603853
Octal35427430202422754070123
Binary111011001011110011000010010100100101111011000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCC2; }

 p { color: rgb(236,188,194); }

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

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

 a { background-color: rgb(236,188,194); }

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

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

 span { border-color: rgb(236,188,194); }

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