#ECCCD6

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

Shades of Pink Lace #ECCCD6

Tints of Pink Lace #ECCCD6

Color information

#ECCCD6 (or 0xECCCD6) is unknown color: approx Pink Lace. HEX triplet: EC, CC and D6. RGB value is (236,204,214). Sum of RGB (Red+Green+Blue) = 236+204+214=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD6 is #133329. Grayscale: #D6D6D6. Windows color (decimal): -1258282 or 14077164. OLE color: 14077164.

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

Color convert

RGB236204214-
CMYK00.140.090.07
HSL341.25º45.71%86.27%-
HSV(B)341.25º13.56%92.55%-
XYZ68.3265.8772.73-
YUV214.71127.6143.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=36.09%
G=31.19%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620421400.140.090.07341.2545.7186.27
HexECCCD60E971552e56
Octal35431432601611752556126
Binary1110110011001100110101100111010011111010101011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCD6; }

 p { color: rgb(236,204,214); }

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

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

 a { background-color: rgb(236,204,214); }

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

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

 span { border-color: rgb(236,204,214); }

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