#EFD1B6

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

Shades of Pink Lady #EFD1B6

Tints of Pink Lady #EFD1B6

Color information

#EFD1B6 (or 0xEFD1B6) is unknown color: approx Pink Lady. HEX triplet: EF, D1 and B6. RGB value is (239,209,182). Sum of RGB (Red+Green+Blue) = 239+209+182=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1B6 is #102E49. Grayscale: #D7D7D7. Windows color (decimal): -1060426 or 11981295. OLE color: 11981295.

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

Color convert

RGB239209182-
CMYK00.130.240.06
HSL28.42º64.04%82.55%-
HSV(B)28.42º23.85%93.73%-
XYZ66.8467.3353.73-
YUV214.89109.44145.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 182 (71.48% from 255) = 28.89%
R=37.94%
G=33.17%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920918200.130.240.0628.4264.0482.55
HexEFD1B60D1861c4053
Octal35732126601530634100123
Binary11101111110100011011011001101110001101110010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1B6; }

 p { color: rgb(239,209,182); }

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

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

 a { background-color: rgb(239,209,182); }

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

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

 span { border-color: rgb(239,209,182); }

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