#EDD0DA

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

Shades of Pink Lace #EDD0DA

Tints of Pink Lace #EDD0DA

Color information

#EDD0DA (or 0xEDD0DA) is unknown color: approx Pink Lace. HEX triplet: ED, D0 and DA. RGB value is (237,208,218). Sum of RGB (Red+Green+Blue) = 237+208+218=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DA is #122F25. Grayscale: #D9D9D9. Windows color (decimal): -1191718 or 14340333. OLE color: 14340333.

HSL color Cylindrical-coordinate representation of color #EDD0DA: hue angle of 339.31º degrees, saturation: 0.45, 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 #EDD0DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237208218-
CMYK00.120.080.07
HSL339.31º44.62%87.25%-
HSV(B)339.31º12.24%92.94%-
XYZ70.1468.1875.79-
YUV217.81128.11141.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=35.75%
G=31.37%
B=32.88%

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
Decimal23720821800.120.080.07339.3144.6287.25
HexEDD0DA0C871532d57
Octal35532033201410752355127
Binary1110110111010000110110100110010001111010100111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0DA; }

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

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

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

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

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

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

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

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