#EED2DB

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

Shades of Pink Lace #EED2DB

Tints of Pink Lace #EED2DB

Color information

#EED2DB (or 0xEED2DB) is unknown color: approx Pink Lace. HEX triplet: EE, D2 and DB. RGB value is (238,210,219). Sum of RGB (Red+Green+Blue) = 238+210+219=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DB is #112D24. Grayscale: #DBDBDB. Windows color (decimal): -1125669 or 14406382. OLE color: 14406382.

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

Color convert

RGB238210219-
CMYK00.120.080.07
HSL340.71º45.16%87.84%-
HSV(B)340.71º11.76%93.33%-
XYZ71.0969.3876.66-
YUV219.4127.78141.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=35.68%
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
Decimal23821021900.120.080.07340.7145.1687.84
HexEED2DB0C871552d58
Octal35632233301410752555130
Binary1110111011010010110110110110010001111010101011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2DB; }

 p { color: rgb(238,210,219); }

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

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

 a { background-color: rgb(238,210,219); }

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

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

 span { border-color: rgb(238,210,219); }

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