#EFBFC0

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

Shades of Azalea #EFBFC0

Tints of Azalea #EFBFC0

Color information

#EFBFC0 (or 0xEFBFC0) is unknown color: approx Azalea. HEX triplet: EF, BF and C0. RGB value is (239,191,192). Sum of RGB (Red+Green+Blue) = 239+191+192=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC0 is #10403F. Grayscale: #CDCDCD. Windows color (decimal): -1065024 or 12632047. OLE color: 12632047.

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

Color convert

RGB239191192-
CMYK00.200.200.06
HSL358.75º60%84.31%-
HSV(B)358.75º20.08%93.73%-
XYZ63.7459.4257.98-
YUV205.47120.4151.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=38.42%
G=30.71%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919119200.200.200.06358.756084.31
HexEFBFC00141461673c54
Octal35727730002424654774124
Binary111011111011111111000000010100101001101011001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFC0; }

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

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

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

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

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

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

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

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