#EFC2D1

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

Shades of Pink Lace #EFC2D1

Tints of Pink Lace #EFC2D1

Color information

#EFC2D1 (or 0xEFC2D1) is unknown color: approx Pink Lace. HEX triplet: EF, C2 and D1. RGB value is (239,194,209). Sum of RGB (Red+Green+Blue) = 239+194+209=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D1 is #103D2E. Grayscale: #D1D1D1. Windows color (decimal): -1064239 or 13746927. OLE color: 13746927.

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

Color convert

RGB239194209-
CMYK00.190.130.06
HSL340º58.44%84.9%-
HSV(B)340º18.83%93.73%-
XYZ66.461.5468.7-
YUV209.16127.91149.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 194 (76.17% from 255) = 30.22%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=37.23%
G=30.22%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919420900.190.130.0634058.4484.9
HexEFC2D1013D61543a55
Octal35730232102315652472125
Binary11101111110000101101000101001111011101010101001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2D1; }

 p { color: rgb(239,194,209); }

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

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

 a { background-color: rgb(239,194,209); }

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

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

 span { border-color: rgb(239,194,209); }

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