#EFCFD6

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

Shades of Pink Lace #EFCFD6

Tints of Pink Lace #EFCFD6

Color information

#EFCFD6 (or 0xEFCFD6) is unknown color: approx Pink Lace. HEX triplet: EF, CF and D6. RGB value is (239,207,214). Sum of RGB (Red+Green+Blue) = 239+207+214=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD6 is #103029. Grayscale: #D9D9D9. Windows color (decimal): -1060906 or 14077935. OLE color: 14077935.

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

Color convert

RGB239207214-
CMYK00.130.100.06
HSL346.88º50%87.45%-
HSV(B)346.88º13.39%93.73%-
XYZ70.0567.8373.02-
YUV217.37126.1143.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 214 (83.98% from 255) = 32.42%
R=36.21%
G=31.36%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920721400.130.100.06346.885087.45
HexEFCFD60DA615b3257
Octal35731732601512653362127
Binary1110111111001111110101100110110101101010110111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFD6; }

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

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

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

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

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

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

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

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