#EFCFDA

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

Shades of Pink Lace #EFCFDA

Tints of Pink Lace #EFCFDA

Color information

#EFCFDA (or 0xEFCFDA) is unknown color: approx Pink Lace. HEX triplet: EF, CF and DA. RGB value is (239,207,218). Sum of RGB (Red+Green+Blue) = 239+207+218=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDA is #103025. Grayscale: #D9D9D9. Windows color (decimal): -1060902 or 14340079. OLE color: 14340079.

HSL color Cylindrical-coordinate representation of color #EFCFDA: hue angle of 339.38º 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 #EFCFDA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239207218-
CMYK00.130.090.06
HSL339.38º50%87.45%-
HSV(B)339.38º13.39%93.73%-
XYZ70.5668.0475.74-
YUV217.82128.1143.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=35.99%
G=31.17%
B=32.83%

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
Decimal23920721800.130.090.06339.385087.45
HexEFCFDA0D961533257
Octal35731733201511652362127
Binary1110111111001111110110100110110011101010100111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFDA; }

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

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

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

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

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

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

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

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