#efc7cf

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

Shades of Pink Lace #EFC7CF

Tints of Pink Lace #EFC7CF

Color information

#EFC7CF (or 0xEFC7CF) is unknown color: approx Pink Lace. HEX triplet: EF, C7 and CF. RGB value is (239,199,207). Sum of RGB (Red+Green+Blue) = 239+199+207=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CF is #103830. Grayscale: #D3D3D3. Windows color (decimal): -1062961 or 13617135. OLE color: 13617135.

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

Color convert

RGB239199207-
CMYK00.170.130.06
HSL348º55.56%85.88%-
HSV(B)348º16.74%93.73%-
XYZ67.2863.767.78-
YUV211.87125.25147.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=37.05%
G=30.85%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919920700.170.130.0634855.5685.88
HexEFC7CF011D615c3856
Octal35730731702115653470126
Binary11101111110001111100111101000111011101010111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc7cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc7cf; }

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

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

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

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

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

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

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

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