#EFCBD7

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

Shades of Pink Lace #EFCBD7

Tints of Pink Lace #EFCBD7

Color information

#EFCBD7 (or 0xEFCBD7) is unknown color: approx Pink Lace. HEX triplet: EF, CB and D7. RGB value is (239,203,215). Sum of RGB (Red+Green+Blue) = 239+203+215=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD7 is #103428. Grayscale: #D7D7D7. Windows color (decimal): -1061929 or 14142447. OLE color: 14142447.

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

Color convert

RGB239203215-
CMYK00.150.100.06
HSL340º52.94%86.67%-
HSV(B)340º15.06%93.73%-
XYZ69.2265.9773.38-
YUV215.13127.93145.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=36.38%
G=30.90%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920321500.150.100.0634052.9486.67
HexEFCBD70FA61543557
Octal35731332701712652465127
Binary1110111111001011110101110111110101101010101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBD7; }

 p { color: rgb(239,203,215); }

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

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

 a { background-color: rgb(239,203,215); }

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

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

 span { border-color: rgb(239,203,215); }

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