#EEC5D0

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

Shades of Pink Lace #EEC5D0

Tints of Pink Lace #EEC5D0

Color information

#EEC5D0 (or 0xEEC5D0) is unknown color: approx Pink Lace. HEX triplet: EE, C5 and D0. RGB value is (238,197,208). Sum of RGB (Red+Green+Blue) = 238+197+208=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5D0 is #113A2F. Grayscale: #D2D2D2. Windows color (decimal): -1129008 or 13682158. OLE color: 13682158.

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

Color convert

RGB238197208-
CMYK00.170.130.07
HSL343.9º54.67%85.29%-
HSV(B)343.9º17.23%93.33%-
XYZ66.6162.6668.26-
YUV210.51126.58147.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=37.01%
G=30.64%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819720800.170.130.07343.954.6785.29
HexEEC5D0011D71583755
Octal35630532002115753067125
Binary11101110110001011101000001000111011111010110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5D0; }

 p { color: rgb(238,197,208); }

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

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

 a { background-color: rgb(238,197,208); }

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

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

 span { border-color: rgb(238,197,208); }

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