#EFC9D2

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

Shades of Pink Lace #EFC9D2

Tints of Pink Lace #EFC9D2

Color information

#EFC9D2 (or 0xEFC9D2) is unknown color: approx Pink Lace. HEX triplet: EF, C9 and D2. RGB value is (239,201,210). Sum of RGB (Red+Green+Blue) = 239+201+210=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9D2 is #10362D. Grayscale: #D5D5D5. Windows color (decimal): -1062446 or 13814255. OLE color: 13814255.

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

Color convert

RGB239201210-
CMYK00.160.120.06
HSL345.79º54.29%86.27%-
HSV(B)345.79º15.9%93.73%-
XYZ68.1264.7869.89-
YUV213.39126.09146.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=36.77%
G=30.92%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920121000.160.120.06345.7954.2986.27
HexEFC9D2010C615a3656
Octal35731132202014653266126
Binary11101111110010011101001001000011001101010110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9D2; }

 p { color: rgb(239,201,210); }

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

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

 a { background-color: rgb(239,201,210); }

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

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

 span { border-color: rgb(239,201,210); }

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