#EDD1DA

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

Shades of Pink Lace #EDD1DA

Tints of Pink Lace #EDD1DA

Color information

#EDD1DA (or 0xEDD1DA) is unknown color: approx Pink Lace. HEX triplet: ED, D1 and DA. RGB value is (237,209,218). Sum of RGB (Red+Green+Blue) = 237+209+218=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1DA is #122E25. Grayscale: #DADADA. Windows color (decimal): -1191462 or 14340589. OLE color: 14340589.

HSL color Cylindrical-coordinate representation of color #EDD1DA: hue angle of 340.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD1DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237209218-
CMYK00.120.080.07
HSL340.71º43.75%87.45%-
HSV(B)340.71º11.81%92.94%-
XYZ70.3868.6775.87-
YUV218.4127.78141.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=35.69%
G=31.48%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720921800.120.080.07340.7143.7587.45
HexEDD1DA0C871552c57
Octal35532133201410752554127
Binary1110110111010001110110100110010001111010101011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1DA; }

 p { color: rgb(237,209,218); }

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

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

 a { background-color: rgb(237,209,218); }

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

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

 span { border-color: rgb(237,209,218); }

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