#EFD4BB

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

Shades of Pink Lady #EFD4BB

Tints of Pink Lady #EFD4BB

Color information

#EFD4BB (or 0xEFD4BB) is unknown color: approx Pink Lady. HEX triplet: EF, D4 and BB. RGB value is (239,212,187). Sum of RGB (Red+Green+Blue) = 239+212+187=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BB is #102B44. Grayscale: #D9D9D9. Windows color (decimal): -1059653 or 12309743. OLE color: 12309743.

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

Color convert

RGB239212187-
CMYK00.110.220.06
HSL28.85º61.9%83.53%-
HSV(B)28.85º21.76%93.73%-
XYZ68.1169.0356.75-
YUV217.22110.95143.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=37.46%
G=33.23%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921218700.110.220.0628.8561.983.53
HexEFD4BB0B1661d3e54
Octal3573242730132663576124
Binary1110111111010100101110110101110110110111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4BB; }

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

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

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

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

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

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

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

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