#EFADBF

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

Shades of Cupid #EFADBF

Tints of Cupid #EFADBF

Color information

#EFADBF (or 0xEFADBF) is unknown color: approx Cupid. HEX triplet: EF, AD and BF. RGB value is (239,173,191). Sum of RGB (Red+Green+Blue) = 239+173+191=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBF is #105240. Grayscale: #C2C2C2. Windows color (decimal): -1069633 or 12561903. OLE color: 12561903.

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

Color convert

RGB239173191-
CMYK00.280.200.06
HSL343.64º67.35%80.78%-
HSV(B)343.64º27.62%93.73%-
XYZ59.945256.17-
YUV194.79125.87159.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 191 (75% from 255) = 31.67%
R=39.64%
G=28.69%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917319100.280.200.06343.6467.3580.78
HexEFADBF01C1461584351
Octal357255277034246530103121
Binary1110111110101101101111110111001010011010101100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADBF; }

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

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

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

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

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

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

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

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