#EFD8BC

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

Shades of Pink Lady #EFD8BC

Tints of Pink Lady #EFD8BC

Color information

#EFD8BC (or 0xEFD8BC) is unknown color: approx Pink Lady. HEX triplet: EF, D8 and BC. RGB value is (239,216,188). Sum of RGB (Red+Green+Blue) = 239+216+188=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8BC is #102743. Grayscale: #DBDBDB. Windows color (decimal): -1058628 or 12376303. OLE color: 12376303.

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

Color convert

RGB239216188-
CMYK00.100.210.06
HSL32.94º61.45%83.73%-
HSV(B)32.94º21.34%93.73%-
XYZ69.2371.0957.65-
YUV219.68110.12141.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=37.17%
G=33.59%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921618800.100.210.0632.9461.4583.73
HexEFD8BC0A156213d54
Octal3573302740122564175124
Binary11101111110110001011110001010101011101000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8BC; }

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

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

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

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

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

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

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

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