#EFCED5

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

Shades of Pink Lace #EFCED5

Tints of Pink Lace #EFCED5

Color information

#EFCED5 (or 0xEFCED5) is unknown color: approx Pink Lace. HEX triplet: EF, CE and D5. RGB value is (239,206,213). Sum of RGB (Red+Green+Blue) = 239+206+213=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED5 is #10312A. Grayscale: #D8D8D8. Windows color (decimal): -1061163 or 14012143. OLE color: 14012143.

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

Color convert

RGB239206213-
CMYK00.140.110.06
HSL347.27º50.77%87.25%-
HSV(B)347.27º13.81%93.73%-
XYZ69.6867.372.27-
YUV216.66125.93143.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=36.32%
G=31.31%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920621300.140.110.06347.2750.7787.25
HexEFCED50EB615b3357
Octal35731632501613653363127
Binary1110111111001110110101010111010111101010110111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED5; }

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

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

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

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

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

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

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

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