#EFBCC0

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

Shades of Azalea #EFBCC0

Tints of Azalea #EFBCC0

Color information

#EFBCC0 (or 0xEFBCC0) is unknown color: approx Azalea. HEX triplet: EF, BC and C0. RGB value is (239,188,192). Sum of RGB (Red+Green+Blue) = 239+188+192=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC0 is #10433F. Grayscale: #CBCBCB. Windows color (decimal): -1065792 or 12631279. OLE color: 12631279.

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

Color convert

RGB239188192-
CMYK00.210.200.06
HSL355.29º61.45%83.73%-
HSV(B)355.29º21.34%93.73%-
XYZ63.0958.1257.76-
YUV203.7121.4153.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=38.61%
G=30.37%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918819200.210.200.06355.2961.4583.73
HexEFBCC00151461633d54
Octal35727430002524654375124
Binary111011111011110011000000010101101001101011000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCC0; }

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

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

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

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

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

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

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

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