#EFBFC4

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

Shades of Azalea #EFBFC4

Tints of Azalea #EFBFC4

Color information

#EFBFC4 (or 0xEFBFC4) is unknown color: approx Azalea. HEX triplet: EF, BF and C4. RGB value is (239,191,196). Sum of RGB (Red+Green+Blue) = 239+191+196=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC4 is #10403B. Grayscale: #CDCDCD. Windows color (decimal): -1065020 or 12894191. OLE color: 12894191.

HSL color Cylindrical-coordinate representation of color #EFBFC4: hue angle of 353.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC4 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239191196-
CMYK00.200.180.06
HSL353.75º60%84.31%-
HSV(B)353.75º20.08%93.73%-
XYZ64.1959.660.34-
YUV205.92122.4151.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=38.18%
G=30.51%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919119600.200.180.06353.756084.31
HexEFBFC40141261623c54
Octal35727730402422654274124
Binary111011111011111111000100010100100101101011000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFC4; }

 p { color: rgb(239,191,196); }

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

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

 a { background-color: rgb(239,191,196); }

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

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

 span { border-color: rgb(239,191,196); }

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