#EFCFD9

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

Shades of Pink Lace #EFCFD9

Tints of Pink Lace #EFCFD9

Color information

#EFCFD9 (or 0xEFCFD9) is unknown color: approx Pink Lace. HEX triplet: EF, CF and D9. RGB value is (239,207,217). Sum of RGB (Red+Green+Blue) = 239+207+217=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD9 is #103026. Grayscale: #D9D9D9. Windows color (decimal): -1060903 or 14274543. OLE color: 14274543.

HSL color Cylindrical-coordinate representation of color #EFCFD9: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFD9 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239207217-
CMYK00.130.090.06
HSL341.25º50%87.45%-
HSV(B)341.25º13.39%93.73%-
XYZ70.4367.9975.06-
YUV217.71127.6143.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 217 (85.16% from 255) = 32.73%
R=36.05%
G=31.22%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920721700.130.090.06341.255087.45
HexEFCFD90D961553257
Octal35731733101511652562127
Binary1110111111001111110110010110110011101010101011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFD9; }

 p { color: rgb(239,207,217); }

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

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

 a { background-color: rgb(239,207,217); }

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

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

 span { border-color: rgb(239,207,217); }

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