#EFC6CD

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

Shades of Pink Lace #EFC6CD

Tints of Pink Lace #EFC6CD

Color information

#EFC6CD (or 0xEFC6CD) is unknown color: approx Pink Lace. HEX triplet: EF, C6 and CD. RGB value is (239,198,205). Sum of RGB (Red+Green+Blue) = 239+198+205=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CD is #103932. Grayscale: #D3D3D3. Windows color (decimal): -1063219 or 13485807. OLE color: 13485807.

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

Color convert

RGB239198205-
CMYK00.170.140.06
HSL349.76º56.16%85.69%-
HSV(B)349.76º17.15%93.73%-
XYZ66.8163.1566.42-
YUV211.06124.58147.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=37.23%
G=30.84%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919820500.170.140.06349.7656.1685.69
HexEFC6CD011E615e3856
Octal35730631502116653670126
Binary11101111110001101100110101000111101101010111101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6CD; }

 p { color: rgb(239,198,205); }

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

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

 a { background-color: rgb(239,198,205); }

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

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

 span { border-color: rgb(239,198,205); }

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