#EFD3B4

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

Shades of Pink Lady #EFD3B4

Tints of Pink Lady #EFD3B4

Color information

#EFD3B4 (or 0xEFD3B4) is unknown color: approx Pink Lady. HEX triplet: EF, D3 and B4. RGB value is (239,211,180). Sum of RGB (Red+Green+Blue) = 239+211+180=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3B4 is #102C4B. Grayscale: #D7D7D7. Windows color (decimal): -1059916 or 11850735. OLE color: 11850735.

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

Color convert

RGB239211180-
CMYK00.120.250.06
HSL31.53º64.84%82.16%-
HSV(B)31.53º24.69%93.73%-
XYZ67.1368.2352.81-
YUV215.84107.78144.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 180 (70.70% from 255) = 28.57%
R=37.94%
G=33.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921118000.120.250.0631.5364.8482.16
HexEFD3B40C196204152
Octal35732326401431640101122
Binary111011111101001110110100011001100111010000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3B4; }

 p { color: rgb(239,211,180); }

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

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

 a { background-color: rgb(239,211,180); }

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

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

 span { border-color: rgb(239,211,180); }

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