#ECC8CE

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

Shades of Pink Lace #ECC8CE

Tints of Pink Lace #ECC8CE

Color information

#ECC8CE (or 0xECC8CE) is unknown color: approx Pink Lace. HEX triplet: EC, C8 and CE. RGB value is (236,200,206). Sum of RGB (Red+Green+Blue) = 236+200+206=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CE is #133731. Grayscale: #D3D3D3. Windows color (decimal): -1259314 or 13551852. OLE color: 13551852.

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

Color convert

RGB236200206-
CMYK00.150.130.07
HSL350º48.65%85.49%-
HSV(B)350º15.25%92.55%-
XYZ66.3963.667.17-
YUV211.45124.93145.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=36.76%
G=31.15%
B=32.09%

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
Decimal23620020600.150.130.0735048.6585.49
HexECC8CE0FD715e3155
Octal35431031601715753661125
Binary1110110011001000110011100111111011111010111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8CE; }

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

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

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

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

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

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

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

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