#EFBAC1

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

Shades of Azalea #EFBAC1

Tints of Azalea #EFBAC1

Color information

#EFBAC1 (or 0xEFBAC1) is unknown color: approx Azalea. HEX triplet: EF, BA and C1. RGB value is (239,186,193). Sum of RGB (Red+Green+Blue) = 239+186+193=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC1 is #10453E. Grayscale: #CACACA. Windows color (decimal): -1066303 or 12696303. OLE color: 12696303.

HSL color Cylindrical-coordinate representation of color #EFBAC1: hue angle of 352.08º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAC1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239186193-
CMYK00.220.190.06
HSL352.08º62.35%83.33%-
HSV(B)352.08º22.18%93.73%-
XYZ62.7857.3258.21-
YUV202.64122.56153.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=38.67%
G=30.10%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918619300.220.190.06352.0862.3583.33
HexEFBAC10161361603e53
Octal35727230102623654076123
Binary111011111011101011000001010110100111101011000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAC1; }

 p { color: rgb(239,186,193); }

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

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

 a { background-color: rgb(239,186,193); }

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

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

 span { border-color: rgb(239,186,193); }

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