#EFBBC2

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

Shades of Azalea #EFBBC2

Tints of Azalea #EFBBC2

Color information

#EFBBC2 (or 0xEFBBC2) is unknown color: approx Azalea. HEX triplet: EF, BB and C2. RGB value is (239,187,194). Sum of RGB (Red+Green+Blue) = 239+187+194=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC2 is #10443D. Grayscale: #CBCBCB. Windows color (decimal): -1066046 or 12762095. OLE color: 12762095.

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

Color convert

RGB239187194-
CMYK00.220.190.06
HSL351.92º61.9%83.53%-
HSV(B)351.92º21.76%93.73%-
XYZ63.157.7958.87-
YUV203.35122.73153.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=38.55%
G=30.16%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918719400.220.190.06351.9261.983.53
HexEFBBC20161361603e54
Octal35727330202623654076124
Binary111011111011101111000010010110100111101011000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC2; }

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

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

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

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

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

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

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

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