#EFCED8

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

Shades of Pink Lace #EFCED8

Tints of Pink Lace #EFCED8

Color information

#EFCED8 (or 0xEFCED8) is unknown color: approx Pink Lace. HEX triplet: EF, CE and D8. RGB value is (239,206,216). Sum of RGB (Red+Green+Blue) = 239+206+216=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED8 is #103127. Grayscale: #D9D9D9. Windows color (decimal): -1061160 or 14208751. OLE color: 14208751.

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

Color convert

RGB239206216-
CMYK00.140.100.06
HSL341.82º50.77%87.25%-
HSV(B)341.82º13.81%93.73%-
XYZ70.0667.4574.29-
YUV217.01127.43143.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=36.16%
G=31.16%
B=32.68%

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
Decimal23920621600.140.100.06341.8250.7787.25
HexEFCED80EA61563357
Octal35731633001612652663127
Binary1110111111001110110110000111010101101010101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED8; }

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

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

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

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

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

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

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

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