#EFBFC3

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

Shades of Azalea #EFBFC3

Tints of Azalea #EFBFC3

Color information

#EFBFC3 (or 0xEFBFC3) is unknown color: approx Azalea. HEX triplet: EF, BF and C3. RGB value is (239,191,195). Sum of RGB (Red+Green+Blue) = 239+191+195=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC3 is #10403C. Grayscale: #CDCDCD. Windows color (decimal): -1065021 or 12828655. OLE color: 12828655.

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

Color convert

RGB239191195-
CMYK00.200.180.06
HSL355º60%84.31%-
HSV(B)355º20.08%93.73%-
XYZ64.0859.5559.75-
YUV205.81121.9151.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=38.24%
G=30.56%
B=31.2%

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
Decimal23919119500.200.180.063556084.31
HexEFBFC30141261633c54
Octal35727730302422654374124
Binary111011111011111111000011010100100101101011000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFC3; }

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

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

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

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

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

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

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

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