#EFADB8

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

Shades of Blossom #EFADB8

Tints of Blossom #EFADB8

Color information

#EFADB8 (or 0xEFADB8) is unknown color: approx Blossom. HEX triplet: EF, AD and B8. RGB value is (239,173,184). Sum of RGB (Red+Green+Blue) = 239+173+184=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB8 is #105247. Grayscale: #C2C2C2. Windows color (decimal): -1069640 or 12103151. OLE color: 12103151.

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

Color convert

RGB239173184-
CMYK00.280.230.06
HSL350º67.35%80.78%-
HSV(B)350º27.62%93.73%-
XYZ59.1951.752.21-
YUV193.99122.37160.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 184 (72.27% from 255) = 30.87%
R=40.10%
G=29.03%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917318400.280.230.0635067.3580.78
HexEFADB801C17615e4351
Octal357255270034276536103121
Binary1110111110101101101110000111001011111010101111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADB8; }

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

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

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

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

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

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

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

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