#EFCAD5

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

Shades of Pink Lace #EFCAD5

Tints of Pink Lace #EFCAD5

Color information

#EFCAD5 (or 0xEFCAD5) is unknown color: approx Pink Lace. HEX triplet: EF, CA and D5. RGB value is (239,202,213). Sum of RGB (Red+Green+Blue) = 239+202+213=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD5 is #10352A. Grayscale: #D6D6D6. Windows color (decimal): -1062187 or 14011119. OLE color: 14011119.

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

Color convert

RGB239202213-
CMYK00.150.110.06
HSL342.16º53.62%86.47%-
HSV(B)342.16º15.48%93.73%-
XYZ68.7365.471.95-
YUV214.32127.26145.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=36.54%
G=30.89%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920221300.150.110.06342.1653.6286.47
HexEFCAD50FB61563656
Octal35731232501713652666126
Binary1110111111001010110101010111110111101010101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAD5; }

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

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

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

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

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

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

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

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