#EFBBC0

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

Shades of Azalea #EFBBC0

Tints of Azalea #EFBBC0

Color information

#EFBBC0 (or 0xEFBBC0) is unknown color: approx Azalea. HEX triplet: EF, BB and C0. RGB value is (239,187,192). Sum of RGB (Red+Green+Blue) = 239+187+192=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC0 is #10443F. Grayscale: #CBCBCB. Windows color (decimal): -1066048 or 12631023. OLE color: 12631023.

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

Color convert

RGB239187192-
CMYK00.220.200.06
HSL354.23º61.9%83.53%-
HSV(B)354.23º21.76%93.73%-
XYZ62.8857.757.69-
YUV203.12121.73153.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=38.67%
G=30.26%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918719200.220.200.06354.2361.983.53
HexEFBBC00161461623e54
Octal35727330002624654276124
Binary111011111011101111000000010110101001101011000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC0; }

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

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

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

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

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

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

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

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