#EFC5CE

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

Shades of Pink Lace #EFC5CE

Tints of Pink Lace #EFC5CE

Color information

#EFC5CE (or 0xEFC5CE) is unknown color: approx Pink Lace. HEX triplet: EF, C5 and CE. RGB value is (239,197,206). Sum of RGB (Red+Green+Blue) = 239+197+206=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CE is #103A31. Grayscale: #D2D2D2. Windows color (decimal): -1063474 or 13551087. OLE color: 13551087.

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

Color convert

RGB239197206-
CMYK00.180.140.06
HSL347.14º56.76%85.49%-
HSV(B)347.14º17.57%93.73%-
XYZ66.762.7466.99-
YUV210.58125.41148.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=37.23%
G=30.69%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919720600.180.140.06347.1456.7685.49
HexEFC5CE012E615b3955
Octal35730531602216653371125
Binary11101111110001011100111001001011101101010110111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5CE; }

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

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

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

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

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

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

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

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