#ECCED6

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

Shades of Pink Lace #ECCED6

Tints of Pink Lace #ECCED6

Color information

#ECCED6 (or 0xECCED6) is unknown color: approx Pink Lace. HEX triplet: EC, CE and D6. RGB value is (236,206,214). Sum of RGB (Red+Green+Blue) = 236+206+214=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED6 is #133129. Grayscale: #D7D7D7. Windows color (decimal): -1257770 or 14077676. OLE color: 14077676.

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

Color convert

RGB236206214-
CMYK00.130.090.07
HSL344º44.12%86.67%-
HSV(B)344º12.71%92.55%-
XYZ68.866.8372.89-
YUV215.88126.94142.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=35.98%
G=31.40%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620621400.130.090.0734444.1286.67
HexECCED60D971582c57
Octal35431632601511753054127
Binary1110110011001110110101100110110011111010110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCED6; }

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

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

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

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

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

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

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

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