#EDCACF

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

Shades of Pink Lace #EDCACF

Tints of Pink Lace #EDCACF

Color information

#EDCACF (or 0xEDCACF) is unknown color: approx Pink Lace. HEX triplet: ED, CA and CF. RGB value is (237,202,207). Sum of RGB (Red+Green+Blue) = 237+202+207=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACF is #123530. Grayscale: #D5D5D5. Windows color (decimal): -1193265 or 13617901. OLE color: 13617901.

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

Color convert

RGB237202207-
CMYK00.150.130.07
HSL351.43º49.3%86.08%-
HSV(B)351.43º14.77%92.94%-
XYZ67.3164.7567.98-
YUV213.04124.6145.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=36.69%
G=31.27%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720220700.150.130.07351.4349.386.08
HexEDCACF0FD715f3156
Octal35531231701715753761126
Binary1110110111001010110011110111111011111010111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCACF; }

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

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

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

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

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

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

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

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