#EFADB5

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

Shades of Blossom #EFADB5

Tints of Blossom #EFADB5

Color information

#EFADB5 (or 0xEFADB5) is unknown color: approx Blossom. HEX triplet: EF, AD and B5. RGB value is (239,173,181). Sum of RGB (Red+Green+Blue) = 239+173+181=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB5 is #10524A. Grayscale: #C1C1C1. Windows color (decimal): -1069643 or 11906543. OLE color: 11906543.

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

Color convert

RGB239173181-
CMYK00.280.240.06
HSL352.73º67.35%80.78%-
HSV(B)352.73º27.62%93.73%-
XYZ58.8851.5750.57-
YUV193.65120.87160.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=40.30%
G=29.17%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917318100.280.240.06352.7367.3580.78
HexEFADB501C1861614351
Octal357255265034306541103121
Binary1110111110101101101101010111001100011010110000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADB5; }

 p { color: rgb(239,173,181); }

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

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

 a { background-color: rgb(239,173,181); }

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

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

 span { border-color: rgb(239,173,181); }

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