#EFD2DC

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

Shades of Pink Lace #EFD2DC

Tints of Pink Lace #EFD2DC

Color information

#EFD2DC (or 0xEFD2DC) is unknown color: approx Pink Lace. HEX triplet: EF, D2 and DC. RGB value is (239,210,220). Sum of RGB (Red+Green+Blue) = 239+210+220=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DC is #102D23. Grayscale: #DBDBDB. Windows color (decimal): -1060132 or 14471919. OLE color: 14471919.

HSL color Cylindrical-coordinate representation of color #EFD2DC: hue angle of 339.31º degrees, saturation: 0.48, 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 #EFD2DC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239210220-
CMYK00.120.080.06
HSL339.31º47.54%88.04%-
HSV(B)339.31º12.13%93.73%-
XYZ71.5669.6177.37-
YUV219.81128.11141.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=35.72%
G=31.39%
B=32.88%

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
Decimal23921022000.120.080.06339.3147.5488.04
HexEFD2DC0C861533058
Octal35732233401410652360130
Binary1110111111010010110111000110010001101010100111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2DC; }

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

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

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

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

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

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

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

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