#EEC5CF

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

Shades of Pink Lace #EEC5CF

Tints of Pink Lace #EEC5CF

Color information

#EEC5CF (or 0xEEC5CF) is unknown color: approx Pink Lace. HEX triplet: EE, C5 and CF. RGB value is (238,197,207). Sum of RGB (Red+Green+Blue) = 238+197+207=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CF is #113A30. Grayscale: #D2D2D2. Windows color (decimal): -1129009 or 13616622. OLE color: 13616622.

HSL color Cylindrical-coordinate representation of color #EEC5CF: hue angle of 345.37º 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 #EEC5CF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238197207-
CMYK00.170.130.07
HSL345.37º54.67%85.29%-
HSV(B)345.37º17.23%93.33%-
XYZ66.4962.6167.61-
YUV210.4126.08147.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=37.07%
G=30.69%
B=32.24%

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
Decimal23819720700.170.130.07345.3754.6785.29
HexEEC5CF011D71593755
Octal35630531702115753167125
Binary11101110110001011100111101000111011111010110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5CF; }

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

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

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

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

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

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

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

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