#ECC5CE

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

Shades of Pink Lace #ECC5CE

Tints of Pink Lace #ECC5CE

Color information

#ECC5CE (or 0xECC5CE) is unknown color: approx Pink Lace. HEX triplet: EC, C5 and CE. RGB value is (236,197,206). Sum of RGB (Red+Green+Blue) = 236+197+206=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5CE is #133A31. Grayscale: #D1D1D1. Windows color (decimal): -1260082 or 13551084. OLE color: 13551084.

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

Color convert

RGB236197206-
CMYK00.170.130.07
HSL346.15º50.65%84.9%-
HSV(B)346.15º16.53%92.55%-
XYZ65.762.2266.94-
YUV209.69125.92146.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=36.93%
G=30.83%
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
Decimal23619720600.170.130.07346.1550.6584.9
HexECC5CE011D715a3355
Octal35430531602115753263125
Binary11101100110001011100111001000111011111010110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5CE; }

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

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

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

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

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

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

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

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