#EDC4CF

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

Shades of Pink Lace #EDC4CF

Tints of Pink Lace #EDC4CF

Color information

#EDC4CF (or 0xEDC4CF) is unknown color: approx Pink Lace. HEX triplet: ED, C4 and CF. RGB value is (237,196,207). Sum of RGB (Red+Green+Blue) = 237+196+207=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4CF is #123B30. Grayscale: #D1D1D1. Windows color (decimal): -1194801 or 13616365. OLE color: 13616365.

HSL color Cylindrical-coordinate representation of color #EDC4CF: hue angle of 343.9º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC4CF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237196207-
CMYK00.170.130.07
HSL343.9º53.25%84.9%-
HSV(B)343.9º17.3%92.94%-
XYZ65.9361.9967.52-
YUV209.51126.58147.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=37.03%
G=30.62%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719620700.170.130.07343.953.2584.9
HexEDC4CF011D71583555
Octal35530431702115753065125
Binary11101101110001001100111101000111011111010110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4CF; }

 p { color: rgb(237,196,207); }

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

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

 a { background-color: rgb(237,196,207); }

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

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

 span { border-color: rgb(237,196,207); }

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