#EFD4B3

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

Shades of Pink Lady #EFD4B3

Tints of Pink Lady #EFD4B3

Color information

#EFD4B3 (or 0xEFD4B3) is unknown color: approx Pink Lady. HEX triplet: EF, D4 and B3. RGB value is (239,212,179). Sum of RGB (Red+Green+Blue) = 239+212+179=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4B3 is #102B4C. Grayscale: #D8D8D8. Windows color (decimal): -1059661 or 11785455. OLE color: 11785455.

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

Color convert

RGB239212179-
CMYK00.110.250.06
HSL33º65.22%81.96%-
HSV(B)33º25.1%93.73%-
XYZ67.2868.6952.36-
YUV216.31106.95144.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 179 (70.31% from 255) = 28.41%
R=37.94%
G=33.65%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921217900.110.250.063365.2281.96
HexEFD4B30B196214152
Octal35732426301331641101122
Binary111011111101010010110011010111100111010000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4B3; }

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

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

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

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

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

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

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

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