#EFD6B5

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

Shades of Pink Lady #EFD6B5

Tints of Pink Lady #EFD6B5

Color information

#EFD6B5 (or 0xEFD6B5) is unknown color: approx Pink Lady. HEX triplet: EF, D6 and B5. RGB value is (239,214,181). Sum of RGB (Red+Green+Blue) = 239+214+181=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6B5 is #10294A. Grayscale: #D9D9D9. Windows color (decimal): -1059147 or 11917039. OLE color: 11917039.

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

Color convert

RGB239214181-
CMYK00.100.240.06
HSL34.14º64.44%82.35%-
HSV(B)34.14º24.27%93.73%-
XYZ67.9869.7853.6-
YUV217.71107.28143.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=37.70%
G=33.75%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921418100.100.240.0634.1464.4482.35
HexEFD6B50A186224052
Octal35732626501230642100122
Binary111011111101011010110101010101100011010001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6B5; }

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

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

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

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

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

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

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

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