#ECBCC1

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

Shades of Azalea #ECBCC1

Tints of Azalea #ECBCC1

Color information

#ECBCC1 (or 0xECBCC1) is unknown color: approx Azalea. HEX triplet: EC, BC and C1. RGB value is (236,188,193). Sum of RGB (Red+Green+Blue) = 236+188+193=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC1 is #13433E. Grayscale: #CACACA. Windows color (decimal): -1262399 or 12696812. OLE color: 12696812.

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

Color convert

RGB236188193-
CMYK00.200.180.07
HSL353.75º55.81%83.14%-
HSV(B)353.75º20.34%92.55%-
XYZ62.257.6558.3-
YUV202.92122.4151.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=38.25%
G=30.47%
B=31.28%

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
Decimal23618819300.200.180.07353.7555.8183.14
HexECBCC10141271623853
Octal35427430102422754270123
Binary111011001011110011000001010100100101111011000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCC1; }

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

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

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

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

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

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

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

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