#EFD4DD

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

Shades of Pink Lace #EFD4DD

Tints of Pink Lace #EFD4DD

Color information

#EFD4DD (or 0xEFD4DD) is unknown color: approx Pink Lace. HEX triplet: EF, D4 and DD. RGB value is (239,212,221). Sum of RGB (Red+Green+Blue) = 239+212+221=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DD is #102B22. Grayscale: #DDDDDD. Windows color (decimal): -1059619 or 14537967. OLE color: 14537967.

HSL color Cylindrical-coordinate representation of color #EFD4DD: hue angle of 340º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4DD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239212221-
CMYK00.110.080.06
HSL340º45.76%88.43%-
HSV(B)340º11.3%93.73%-
XYZ72.1970.6678.24-
YUV221.1127.95140.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=35.57%
G=31.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921222100.110.080.0634045.7688.43
HexEFD4DD0B861542e58
Octal35732433501310652456130
Binary1110111111010100110111010101110001101010101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4DD; }

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

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

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

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

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

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

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

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