#EEC4D1

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

Shades of Pink Lace #EEC4D1

Tints of Pink Lace #EEC4D1

Color information

#EEC4D1 (or 0xEEC4D1) is unknown color: approx Pink Lace. HEX triplet: EE, C4 and D1. RGB value is (238,196,209). Sum of RGB (Red+Green+Blue) = 238+196+209=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4D1 is #113B2E. Grayscale: #D2D2D2. Windows color (decimal): -1129263 or 13747438. OLE color: 13747438.

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

Color convert

RGB238196209-
CMYK00.180.120.07
HSL341.43º55.26%85.1%-
HSV(B)341.43º17.65%93.33%-
XYZ66.5162.2668.83-
YUV210.04127.41147.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 196 (76.95% from 255) = 30.48%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=37.01%
G=30.48%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819620900.180.120.07341.4355.2685.1
HexEEC4D1012C71553755
Octal35630432102214752567125
Binary11101110110001001101000101001011001111010101011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4D1; }

 p { color: rgb(238,196,209); }

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

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

 a { background-color: rgb(238,196,209); }

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

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

 span { border-color: rgb(238,196,209); }

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