#EFC9D0

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

Shades of Pink Lace #EFC9D0

Tints of Pink Lace #EFC9D0

Color information

#EFC9D0 (or 0xEFC9D0) is unknown color: approx Pink Lace. HEX triplet: EF, C9 and D0. RGB value is (239,201,208). Sum of RGB (Red+Green+Blue) = 239+201+208=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9D0 is #10362F. Grayscale: #D5D5D5. Windows color (decimal): -1062448 or 13683183. OLE color: 13683183.

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

Color convert

RGB239201208-
CMYK00.160.130.06
HSL348.95º54.29%86.27%-
HSV(B)348.95º15.9%93.73%-
XYZ67.8764.6868.58-
YUV213.16125.09146.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=36.88%
G=31.02%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920120800.160.130.06348.9554.2986.27
HexEFC9D0010D615d3656
Octal35731132002015653566126
Binary11101111110010011101000001000011011101010111011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9D0; }

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

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

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

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

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

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

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

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