#EFBEC1

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

Shades of Azalea #EFBEC1

Tints of Azalea #EFBEC1

Color information

#EFBEC1 (or 0xEFBEC1) is unknown color: approx Azalea. HEX triplet: EF, BE and C1. RGB value is (239,190,193). Sum of RGB (Red+Green+Blue) = 239+190+193=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC1 is #10413E. Grayscale: #CDCDCD. Windows color (decimal): -1065279 or 12697327. OLE color: 12697327.

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

Color convert

RGB239190193-
CMYK00.210.190.06
HSL356.33º60.49%84.12%-
HSV(B)356.33º20.5%93.73%-
XYZ63.6459.0358.49-
YUV204.99121.23152.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=38.42%
G=30.55%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919019300.210.190.06356.3360.4984.12
HexEFBEC10151361643c54
Octal35727630102523654474124
Binary111011111011111011000001010101100111101011001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEC1; }

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

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

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

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

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

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

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

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