#EFCBD3

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

Shades of Pink Lace #EFCBD3

Tints of Pink Lace #EFCBD3

Color information

#EFCBD3 (or 0xEFCBD3) is unknown color: approx Pink Lace. HEX triplet: EF, CB and D3. RGB value is (239,203,211). Sum of RGB (Red+Green+Blue) = 239+203+211=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD3 is #10342C. Grayscale: #D6D6D6. Windows color (decimal): -1061933 or 13880303. OLE color: 13880303.

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

Color convert

RGB239203211-
CMYK00.150.120.06
HSL346.67º52.94%86.67%-
HSV(B)346.67º15.06%93.73%-
XYZ68.7165.7770.7-
YUV214.68125.93145.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 211 (82.81% from 255) = 32.31%
R=36.60%
G=31.09%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920321100.150.120.06346.6752.9486.67
HexEFCBD30FC615b3557
Octal35731332301714653365127
Binary1110111111001011110100110111111001101010110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBD3; }

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

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

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

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

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

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

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

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