#EFAFB7

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

Shades of Blossom #EFAFB7

Tints of Blossom #EFAFB7

Color information

#EFAFB7 (or 0xEFAFB7) is unknown color: approx Blossom. HEX triplet: EF, AF and B7. RGB value is (239,175,183). Sum of RGB (Red+Green+Blue) = 239+175+183=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB7 is #105048. Grayscale: #C3C3C3. Windows color (decimal): -1069129 or 12038127. OLE color: 12038127.

HSL color Cylindrical-coordinate representation of color #EFAFB7: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFB7 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239175183-
CMYK00.270.230.06
HSL352.5º66.67%81.18%-
HSV(B)352.5º26.78%93.73%-
XYZ59.4752.4351.79-
YUV195.05121.2159.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=40.03%
G=29.31%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917518300.270.230.06352.566.6781.18
HexEFAFB701B1761604351
Octal357257267033276540103121
Binary1110111110101111101101110110111011111010110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB7; }

 p { color: rgb(239,175,183); }

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

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

 a { background-color: rgb(239,175,183); }

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

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

 span { border-color: rgb(239,175,183); }

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