#ECC9CE

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

Shades of Pink Lace #ECC9CE

Tints of Pink Lace #ECC9CE

Color information

#ECC9CE (or 0xECC9CE) is unknown color: approx Pink Lace. HEX triplet: EC, C9 and CE. RGB value is (236,201,206). Sum of RGB (Red+Green+Blue) = 236+201+206=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9CE is #133631. Grayscale: #D4D4D4. Windows color (decimal): -1259058 or 13552108. OLE color: 13552108.

HSL color Cylindrical-coordinate representation of color #ECC9CE: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9CE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236201206-
CMYK00.150.130.07
HSL351.43º47.95%85.69%-
HSV(B)351.43º14.83%92.55%-
XYZ66.6264.0667.25-
YUV212.04124.6145.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=36.70%
G=31.26%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620120600.150.130.07351.4347.9585.69
HexECC9CE0FD715f3056
Octal35431131601715753760126
Binary1110110011001001110011100111111011111010111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9CE; }

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

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

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

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

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

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

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

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