#EFC9CE

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

Shades of Pink Lace #EFC9CE

Tints of Pink Lace #EFC9CE

Color information

#EFC9CE (or 0xEFC9CE) is unknown color: approx Pink Lace. HEX triplet: EF, C9 and CE. RGB value is (239,201,206). Sum of RGB (Red+Green+Blue) = 239+201+206=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CE is #103631. Grayscale: #D4D4D4. Windows color (decimal): -1062450 or 13552111. OLE color: 13552111.

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

Color convert

RGB239201206-
CMYK00.160.140.06
HSL352.11º54.29%86.27%-
HSV(B)352.11º15.9%93.73%-
XYZ67.6264.5867.29-
YUV212.93124.09146.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=37.00%
G=31.11%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920120600.160.140.06352.1154.2986.27
HexEFC9CE010E61603656
Octal35731131602016654066126
Binary11101111110010011100111001000011101101011000001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9CE; }

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

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

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

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

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

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

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

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