#ECCED7

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

Shades of Pink Lace #ECCED7

Tints of Pink Lace #ECCED7

Color information

#ECCED7 (or 0xECCED7) is unknown color: approx Pink Lace. HEX triplet: EC, CE and D7. RGB value is (236,206,215). Sum of RGB (Red+Green+Blue) = 236+206+215=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED7 is #133128. Grayscale: #D7D7D7. Windows color (decimal): -1257769 or 14143212. OLE color: 14143212.

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

Color convert

RGB236206215-
CMYK00.130.090.07
HSL342º44.12%86.67%-
HSV(B)342º12.71%92.55%-
XYZ68.9366.8873.57-
YUV216127.44142.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=35.92%
G=31.35%
B=32.72%

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
Decimal23620621500.130.090.0734244.1286.67
HexECCED70D971562c57
Octal35431632701511752654127
Binary1110110011001110110101110110110011111010101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCED7; }

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

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

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

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

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

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

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

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