#EFCED6

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

Shades of Pink Lace #EFCED6

Tints of Pink Lace #EFCED6

Color information

#EFCED6 (or 0xEFCED6) is unknown color: approx Pink Lace. HEX triplet: EF, CE and D6. RGB value is (239,206,214). Sum of RGB (Red+Green+Blue) = 239+206+214=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED6 is #103129. Grayscale: #D8D8D8. Windows color (decimal): -1061162 or 14077679. OLE color: 14077679.

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

Color convert

RGB239206214-
CMYK00.140.100.06
HSL345.45º50.77%87.25%-
HSV(B)345.45º13.81%93.73%-
XYZ69.8167.3572.94-
YUV216.78126.43143.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=36.27%
G=31.26%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920621400.140.100.06345.4550.7787.25
HexEFCED60EA61593357
Octal35731632601612653163127
Binary1110111111001110110101100111010101101010110011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED6; }

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

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

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

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

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

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

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

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