#EFCED9

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

Shades of Pink Lace #EFCED9

Tints of Pink Lace #EFCED9

Color information

#EFCED9 (or 0xEFCED9) is unknown color: approx Pink Lace. HEX triplet: EF, CE and D9. RGB value is (239,206,217). Sum of RGB (Red+Green+Blue) = 239+206+217=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED9 is #103126. Grayscale: #D9D9D9. Windows color (decimal): -1061159 or 14274287. OLE color: 14274287.

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

Color convert

RGB239206217-
CMYK00.140.090.06
HSL340º50.77%87.25%-
HSV(B)340º13.81%93.73%-
XYZ70.1967.574.98-
YUV217.12127.93143.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=36.10%
G=31.12%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920621700.140.090.0634050.7787.25
HexEFCED90E961543357
Octal35731633101611652463127
Binary1110111111001110110110010111010011101010101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED9; }

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

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

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

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

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

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

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

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