#EFD6BB

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

Shades of Pink Lady #EFD6BB

Tints of Pink Lady #EFD6BB

Color information

#EFD6BB (or 0xEFD6BB) is unknown color: approx Pink Lady. HEX triplet: EF, D6 and BB. RGB value is (239,214,187). Sum of RGB (Red+Green+Blue) = 239+214+187=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6BB is #102944. Grayscale: #DADADA. Windows color (decimal): -1059141 or 12310255. OLE color: 12310255.

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

Color convert

RGB239214187-
CMYK00.100.220.06
HSL31.15º61.9%83.53%-
HSV(B)31.15º21.76%93.73%-
XYZ68.6170.0356.91-
YUV218.4110.28142.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=37.34%
G=33.44%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921418700.100.220.0631.1561.983.53
HexEFD6BB0A1661f3e54
Octal3573262730122663776124
Binary1110111111010110101110110101010110110111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6BB; }

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

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

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

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

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

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

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

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