#ECCDD6

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

Shades of Pink Lace #ECCDD6

Tints of Pink Lace #ECCDD6

Color information

#ECCDD6 (or 0xECCDD6) is unknown color: approx Pink Lace. HEX triplet: EC, CD and D6. RGB value is (236,205,214). Sum of RGB (Red+Green+Blue) = 236+205+214=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD6 is #133229. Grayscale: #D7D7D7. Windows color (decimal): -1258026 or 14077420. OLE color: 14077420.

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

Color convert

RGB236205214-
CMYK00.130.090.07
HSL342.58º44.93%86.47%-
HSV(B)342.58º13.14%92.55%-
XYZ68.5666.3572.81-
YUV215.3127.27142.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=36.03%
G=31.30%
B=32.67%

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
Decimal23620521400.130.090.07342.5844.9386.47
HexECCDD60D971572d56
Octal35431532601511752755126
Binary1110110011001101110101100110110011111010101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDD6; }

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

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

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

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

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

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

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

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