#EED4DD

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

Shades of Pink Lace #EED4DD

Tints of Pink Lace #EED4DD

Color information

#EED4DD (or 0xEED4DD) is unknown color: approx Pink Lace. HEX triplet: EE, D4 and DD. RGB value is (238,212,221). Sum of RGB (Red+Green+Blue) = 238+212+221=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DD is #112B22. Grayscale: #DCDCDC. Windows color (decimal): -1125155 or 14537966. OLE color: 14537966.

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

Color convert

RGB238212221-
CMYK00.110.070.07
HSL339.23º43.33%88.24%-
HSV(B)339.23º10.92%93.33%-
XYZ71.8570.4878.22-
YUV220.8128.11140.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=35.47%
G=31.59%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821222100.110.070.07339.2343.3388.24
HexEED4DD0B771532b58
Octal3563243350137752353130
Binary111011101101010011011101010111111111010100111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4DD; }

 p { color: rgb(238,212,221); }

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

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

 a { background-color: rgb(238,212,221); }

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

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

 span { border-color: rgb(238,212,221); }

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