#EFCACD

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

Shades of Azalea #EFCACD

Tints of Azalea #EFCACD

Color information

#EFCACD (or 0xEFCACD) is unknown color: approx Azalea. HEX triplet: EF, CA and CD. RGB value is (239,202,205). Sum of RGB (Red+Green+Blue) = 239+202+205=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACD is #103532. Grayscale: #D5D5D5. Windows color (decimal): -1062195 or 13486831. OLE color: 13486831.

HSL color Cylindrical-coordinate representation of color #EFCACD: hue angle of 355.14º 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 #EFCACD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239202205-
CMYK00.150.140.06
HSL355.14º53.62%86.47%-
HSV(B)355.14º15.48%93.73%-
XYZ67.746566.73-
YUV213.4123.26146.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=37.00%
G=31.27%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920220500.150.140.06355.1453.6286.47
HexEFCACD0FE61633656
Octal35731231501716654366126
Binary1110111111001010110011010111111101101011000111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACD; }

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

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

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

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

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

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

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

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