#ECD0D8

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

Shades of Pink Lace #ECD0D8

Tints of Pink Lace #ECD0D8

Color information

#ECD0D8 (or 0xECD0D8) is unknown color: approx Pink Lace. HEX triplet: EC, D0 and D8. RGB value is (236,208,216). Sum of RGB (Red+Green+Blue) = 236+208+216=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D8 is #132F27. Grayscale: #D9D9D9. Windows color (decimal): -1257256 or 14209260. OLE color: 14209260.

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

Color convert

RGB236208216-
CMYK00.120.080.07
HSL342.86º42.42%87.06%-
HSV(B)342.86º11.86%92.55%-
XYZ69.5467.974.41-
YUV217.28127.28141.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=35.76%
G=31.52%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620821600.120.080.07342.8642.4287.06
HexECD0D80C871572a57
Octal35432033001410752752127
Binary1110110011010000110110000110010001111010101111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0D8; }

 p { color: rgb(236,208,216); }

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

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

 a { background-color: rgb(236,208,216); }

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

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

 span { border-color: rgb(236,208,216); }

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