#ECC5D0

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

Shades of Pink Lace #ECC5D0

Tints of Pink Lace #ECC5D0

Color information

#ECC5D0 (or 0xECC5D0) is unknown color: approx Pink Lace. HEX triplet: EC, C5 and D0. RGB value is (236,197,208). Sum of RGB (Red+Green+Blue) = 236+197+208=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D0 is #133A2F. Grayscale: #D1D1D1. Windows color (decimal): -1260080 or 13682156. OLE color: 13682156.

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

Color convert

RGB236197208-
CMYK00.170.120.07
HSL343.08º50.65%84.9%-
HSV(B)343.08º16.53%92.55%-
XYZ65.9462.3268.23-
YUV209.91126.92146.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=36.82%
G=30.73%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619720800.170.120.07343.0850.6584.9
HexECC5D0011C71573355
Octal35430532002114752763125
Binary11101100110001011101000001000111001111010101111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5D0; }

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

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

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

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

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

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

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

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