#EFC7CD

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

Shades of Pink Lace #EFC7CD

Tints of Pink Lace #EFC7CD

Color information

#EFC7CD (or 0xEFC7CD) is unknown color: approx Pink Lace. HEX triplet: EF, C7 and CD. RGB value is (239,199,205). Sum of RGB (Red+Green+Blue) = 239+199+205=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CD is #103832. Grayscale: #D3D3D3. Windows color (decimal): -1062963 or 13486063. OLE color: 13486063.

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

Color convert

RGB239199205-
CMYK00.170.140.06
HSL351º55.56%85.88%-
HSV(B)351º16.74%93.73%-
XYZ67.0463.6166.5-
YUV211.64124.25147.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=37.17%
G=30.95%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919920500.170.140.0635155.5685.88
HexEFC7CD011E615f3856
Octal35730731502116653770126
Binary11101111110001111100110101000111101101010111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7CD; }

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

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

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

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

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

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

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

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