#EFCBD0

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

Shades of Pink Lace #EFCBD0

Tints of Pink Lace #EFCBD0

Color information

#EFCBD0 (or 0xEFCBD0) is unknown color: approx Pink Lace. HEX triplet: EF, CB and D0. RGB value is (239,203,208). Sum of RGB (Red+Green+Blue) = 239+203+208=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD0 is #10342F. Grayscale: #D6D6D6. Windows color (decimal): -1061936 or 13683695. OLE color: 13683695.

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

Color convert

RGB239203208-
CMYK00.150.130.06
HSL351.67º52.94%86.67%-
HSV(B)351.67º15.06%93.73%-
XYZ68.3465.6268.74-
YUV214.33124.43145.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 208 (81.64% from 255) = 32%
R=36.77%
G=31.23%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920320800.150.130.06351.6752.9486.67
HexEFCBD00FD61603557
Octal35731332001715654065127
Binary1110111111001011110100000111111011101011000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBD0; }

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

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

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

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

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

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

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

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