#EFCACB

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

Shades of Azalea #EFCACB

Tints of Azalea #EFCACB

Color information

#EFCACB (or 0xEFCACB) is unknown color: approx Azalea. HEX triplet: EF, CA and CB. RGB value is (239,202,203). Sum of RGB (Red+Green+Blue) = 239+202+203=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACB is #103534. Grayscale: #D5D5D5. Windows color (decimal): -1062197 or 13355759. OLE color: 13355759.

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

Color convert

RGB239202203-
CMYK00.150.150.06
HSL358.38º53.62%86.47%-
HSV(B)358.38º15.48%93.73%-
XYZ67.564.965.47-
YUV213.18122.26146.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=37.11%
G=31.37%
B=31.52%

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
Decimal23920220300.150.150.06358.3853.6286.47
HexEFCACB0FF61663656
Octal35731231301717654666126
Binary1110111111001010110010110111111111101011001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCACB; }

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

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

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

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

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

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

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

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