#EEC6CD

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

Shades of Pink Lace #EEC6CD

Tints of Pink Lace #EEC6CD

Color information

#EEC6CD (or 0xEEC6CD) is unknown color: approx Pink Lace. HEX triplet: EE, C6 and CD. RGB value is (238,198,205). Sum of RGB (Red+Green+Blue) = 238+198+205=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6CD is #113932. Grayscale: #D2D2D2. Windows color (decimal): -1128755 or 13485806. OLE color: 13485806.

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

Color convert

RGB238198205-
CMYK00.170.140.07
HSL349.5º54.05%85.49%-
HSV(B)349.5º16.81%93.33%-
XYZ66.4762.9766.41-
YUV210.76124.75147.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=37.13%
G=30.89%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819820500.170.140.07349.554.0585.49
HexEEC6CD011E715e3655
Octal35630631502116753666125
Binary11101110110001101100110101000111101111010111101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6CD; }

 p { color: rgb(238,198,205); }

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

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

 a { background-color: rgb(238,198,205); }

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

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

 span { border-color: rgb(238,198,205); }

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