#EFCACC

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

Shades of Azalea #EFCACC

Tints of Azalea #EFCACC

Color information

#EFCACC (or 0xEFCACC) is unknown color: approx Azalea. HEX triplet: EF, CA and CC. RGB value is (239,202,204). Sum of RGB (Red+Green+Blue) = 239+202+204=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACC is #103533. Grayscale: #D5D5D5. Windows color (decimal): -1062196 or 13421295. OLE color: 13421295.

HSL color Cylindrical-coordinate representation of color #EFCACC: hue angle of 356.76º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239202204-
CMYK00.150.150.06
HSL356.76º53.62%86.47%-
HSV(B)356.76º15.48%93.73%-
XYZ67.6264.9566.1-
YUV213.29122.76146.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=37.05%
G=31.32%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920220400.150.150.06356.7653.6286.47
HexEFCACC0FF61653656
Octal35731231401717654566126
Binary1110111111001010110011000111111111101011001011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACC; }

 p { color: rgb(239,202,204); }

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

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

 a { background-color: rgb(239,202,204); }

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

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

 span { border-color: rgb(239,202,204); }

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