#EECED5

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

Shades of Pink Lace #EECED5

Tints of Pink Lace #EECED5

Color information

#EECED5 (or 0xEECED5) is unknown color: approx Pink Lace. HEX triplet: EE, CE and D5. RGB value is (238,206,213). Sum of RGB (Red+Green+Blue) = 238+206+213=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED5 is #11312A. Grayscale: #D8D8D8. Windows color (decimal): -1126699 or 14012142. OLE color: 14012142.

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

Color convert

RGB238206213-
CMYK00.130.110.07
HSL346.88º48.48%87.06%-
HSV(B)346.88º13.45%93.33%-
XYZ69.3467.1272.25-
YUV216.37126.1143.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=36.23%
G=31.35%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820621300.130.110.07346.8848.4887.06
HexEECED50DB715b3057
Octal35631632501513753360127
Binary1110111011001110110101010110110111111010110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECED5; }

 p { color: rgb(238,206,213); }

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

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

 a { background-color: rgb(238,206,213); }

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

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

 span { border-color: rgb(238,206,213); }

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