#EFBBBD

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

Shades of Azalea #EFBBBD

Tints of Azalea #EFBBBD

Color information

#EFBBBD (or 0xEFBBBD) is unknown color: approx Azalea. HEX triplet: EF, BB and BD. RGB value is (239,187,189). Sum of RGB (Red+Green+Blue) = 239+187+189=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBD is #104442. Grayscale: #CACACA. Windows color (decimal): -1066051 or 12434415. OLE color: 12434415.

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

Color convert

RGB239187189-
CMYK00.220.210.06
HSL357.69º61.9%83.53%-
HSV(B)357.69º21.76%93.73%-
XYZ62.5557.5755.96-
YUV202.78120.23153.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=38.86%
G=30.41%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918718900.220.210.06357.6961.983.53
HexEFBBBD0161561663e54
Octal35727327502625654676124
Binary111011111011101110111101010110101011101011001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBBD; }

 p { color: rgb(239,187,189); }

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

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

 a { background-color: rgb(239,187,189); }

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

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

 span { border-color: rgb(239,187,189); }

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