#EFCCD3

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

Shades of Pink Lace #EFCCD3

Tints of Pink Lace #EFCCD3

Color information

#EFCCD3 (or 0xEFCCD3) is unknown color: approx Pink Lace. HEX triplet: EF, CC and D3. RGB value is (239,204,211). Sum of RGB (Red+Green+Blue) = 239+204+211=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD3 is #10332C. Grayscale: #D7D7D7. Windows color (decimal): -1061677 or 13880559. OLE color: 13880559.

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

Color convert

RGB239204211-
CMYK00.150.120.06
HSL348º52.24%86.86%-
HSV(B)348º14.64%93.73%-
XYZ68.9566.2470.78-
YUV215.26125.6144.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=36.54%
G=31.19%
B=32.26%

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
Decimal23920421100.150.120.0634852.2486.86
HexEFCCD30FC615c3457
Octal35731432301714653464127
Binary1110111111001100110100110111111001101010111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCD3; }

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

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

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

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

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

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

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

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