#EFD3DC

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

Shades of Pink Lace #EFD3DC

Tints of Pink Lace #EFD3DC

Color information

#EFD3DC (or 0xEFD3DC) is unknown color: approx Pink Lace. HEX triplet: EF, D3 and DC. RGB value is (239,211,220). Sum of RGB (Red+Green+Blue) = 239+211+220=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DC is #102C23. Grayscale: #DCDCDC. Windows color (decimal): -1059876 or 14472175. OLE color: 14472175.

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

Color convert

RGB239211220-
CMYK00.120.080.06
HSL340.71º46.67%88.24%-
HSV(B)340.71º11.72%93.73%-
XYZ71.8170.1177.46-
YUV220.4127.78141.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=35.67%
G=31.49%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921122000.120.080.06340.7146.6788.24
HexEFD3DC0C861552f58
Octal35732333401410652557130
Binary1110111111010011110111000110010001101010101011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3DC; }

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

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

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

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

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

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

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

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