#EFD8BB

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

Shades of Pink Lady #EFD8BB

Tints of Pink Lady #EFD8BB

Color information

#EFD8BB (or 0xEFD8BB) is unknown color: approx Pink Lady. HEX triplet: EF, D8 and BB. RGB value is (239,216,187). Sum of RGB (Red+Green+Blue) = 239+216+187=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8BB is #102744. Grayscale: #DBDBDB. Windows color (decimal): -1058629 or 12310767. OLE color: 12310767.

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

Color convert

RGB239216187-
CMYK00.100.220.06
HSL33.46º61.9%83.53%-
HSV(B)33.46º21.76%93.73%-
XYZ69.1271.0557.08-
YUV219.57109.62141.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=37.23%
G=33.64%
B=29.13%

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
Decimal23921618700.100.220.0633.4661.983.53
HexEFD8BB0A166213e54
Octal3573302730122664176124
Binary11101111110110001011101101010101101101000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8BB; }

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

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

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

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

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

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

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

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